diff options
author | Arnd Bergmann <arnd@arndb.de> | 2018-03-09 13:41:32 +0300 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2018-03-26 16:57:25 +0300 |
commit | b8ac14d388c3ee830ed23f7bb0677b6d173d8111 (patch) | |
tree | ff4290eeff462823a13431a307b12a5a0c78ac00 /drivers/tty/hvc/Makefile | |
parent | e6bf3cc5850acb2ca9e53959059aaeff3c4e2e1f (diff) | |
download | linux-b8ac14d388c3ee830ed23f7bb0677b6d173d8111.tar.xz |
tty: hvc: remove tile driver
The Tile architecture is obsolete and getting removed from the kernel,
this removes the corresponding console driver as well.
Acked-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'drivers/tty/hvc/Makefile')
-rw-r--r-- | drivers/tty/hvc/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/tty/hvc/Makefile b/drivers/tty/hvc/Makefile index b82f9f68cd23..7da1934d34e8 100644 --- a/drivers/tty/hvc/Makefile +++ b/drivers/tty/hvc/Makefile @@ -3,7 +3,6 @@ obj-$(CONFIG_HVC_CONSOLE) += hvc_vio.o hvsi_lib.o obj-$(CONFIG_HVC_OPAL) += hvc_opal.o hvsi_lib.o obj-$(CONFIG_HVC_OLD_HVSI) += hvsi.o obj-$(CONFIG_HVC_RTAS) += hvc_rtas.o -obj-$(CONFIG_HVC_TILE) += hvc_tile.o obj-$(CONFIG_HVC_DCC) += hvc_dcc.o obj-$(CONFIG_HVC_DRIVER) += hvc_console.o obj-$(CONFIG_HVC_IRQ) += hvc_irq.o |