diff options
author | James Hogan <james.hogan@imgtec.com> | 2013-02-06 14:45:01 +0000 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2013-02-06 11:10:17 -0800 |
commit | 8200e38a0cbf95dd2acaa565badb9b6a71c0e9c3 (patch) | |
tree | 6becf07cd2f608d3feeb56132484438fe3607c52 /drivers/tty/Kconfig | |
parent | 26f7936c332a3ddc7ce88d5eceffbac3062ab836 (diff) | |
download | linux-8200e38a0cbf95dd2acaa565badb9b6a71c0e9c3.tar.bz2 |
tty: metag_da: Add metag DA TTY driver
Add a TTY driver for communicating over a Meta DA (Debug Adapter)
channel using the bios channel SWITCH operation.
Signed-off-by: James Hogan <james.hogan@imgtec.com>
Cc: Jiri Slaby <jslaby@suse.cz>
Acked-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/tty/Kconfig')
-rw-r--r-- | drivers/tty/Kconfig | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/drivers/tty/Kconfig b/drivers/tty/Kconfig index 29dfc24f2dbb..978db344bda0 100644 --- a/drivers/tty/Kconfig +++ b/drivers/tty/Kconfig @@ -406,4 +406,17 @@ config GOLDFISH_TTY help Console and system TTY driver for the Goldfish virtual platform. +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. + endif # TTY |