aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty/Kconfig
diff options
context:
space:
mode:
authorJames Hogan <jhogan@kernel.org>2018-02-21 15:37:54 +0000
committerJames Hogan <jhogan@kernel.org>2018-03-05 16:34:14 +0000
commit5ba484e79f1370fda5e43cd0da1f2a2a59895e81 (patch)
tree8f3223bc0fb1c0b26bdf30e1599f25b387acc6d0 /drivers/tty/Kconfig
parentclocksource: Remove metag generic timer driver (diff)
downloadlinux-dev-5ba484e79f1370fda5e43cd0da1f2a2a59895e81.tar.xz
linux-dev-5ba484e79f1370fda5e43cd0da1f2a2a59895e81.zip
tty: Remove metag DA TTY and console driver
Now that arch/metag/ has been removed, remove the metag DA TTY and console driver. It is of no value without the architecture code. Signed-off-by: James Hogan <jhogan@kernel.org> Acked-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> Cc: Jiri Slaby <jslaby@suse.com> Cc: linux-metag@vger.kernel.org
Diffstat (limited to 'drivers/tty/Kconfig')
-rw-r--r--drivers/tty/Kconfig13
1 files changed, 0 insertions, 13 deletions
diff --git a/drivers/tty/Kconfig b/drivers/tty/Kconfig
index b811442c5ce6..75a71ebcb369 100644
--- a/drivers/tty/Kconfig
+++ b/drivers/tty/Kconfig
@@ -402,19 +402,6 @@ config GOLDFISH_TTY_EARLY_CONSOLE
default y if GOLDFISH_TTY=y
select SERIAL_EARLYCON
-config DA_TTY
- bool "DA TTY"
- depends on METAG_DA
- select SERIAL_NONSTANDARD
- help
- This enables a TTY on a Dash channel.
-
-config DA_CONSOLE
- bool "DA Console"
- depends on DA_TTY
- help
- This enables a console on a Dash channel.
-
config MIPS_EJTAG_FDC_TTY
bool "MIPS EJTAG Fast Debug Channel TTY"
depends on MIPS_CDMM