aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty/Kconfig
diff options
context:
space:
mode:
authorArve Hjønnevåg <arve@google.com>2013-01-21 18:38:47 -0500
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2013-01-21 18:30:08 -0500
commit666b7793d4bfa9f150b5c2007ab48c755ddc53ca (patch)
tree2056762794e853509294ff4e36291e2503cd6814 /drivers/tty/Kconfig
parent4bbed6bc41aa76183449ade053891e28dec0ae3b (diff)
goldfish: tty driver
This provides a console driver for the Goldfish virtual platform. The original is from Arve with changes from Jun Nakajima and Tom Keel. This has been then been ported to the current kernel and to the tty port mechanism by Alan Cox. In the process it gained proper POSIX semantics and vhangup works. The default name is not ttyS as this belongs to the 8250 driver. Instead ttyGFx is now used. In the normal usage case the first port serves as a kernel logging console and the second one carries various other data streams for the emulation. Signed-off-by: Arve Hjønnevåg <arve@google.com> [Cleaned up to handle x86] Signed-off-by: Sheng Yang <sheng@linux.intel.com> Signed-off-by: Yunhong Jiang <yunhong.jiang@intel.com> Signed-off-by: Xiaohui Xin <xiaohui.xin@intel.com> Signed-off-by: Jun Nakajima <jun.nakajima@intel.com> Signed-off-by: Bruce Beare <bruce.j.beare@intel.com> [Moved to 3.7 and chunks rewritten to use tty_port layer] Signed-off-by: Alan Cox <alan@linux.intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/tty/Kconfig')
-rw-r--r--drivers/tty/Kconfig6
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/tty/Kconfig b/drivers/tty/Kconfig
index a79fd8ebd56e..29dfc24f2dbb 100644
--- a/drivers/tty/Kconfig
+++ b/drivers/tty/Kconfig
@@ -400,4 +400,10 @@ config PPC_EARLY_DEBUG_EHV_BC_HANDLE
400 there simply will be no early console output. This is true also 400 there simply will be no early console output. This is true also
401 if you don't boot under a hypervisor at all. 401 if you don't boot under a hypervisor at all.
402 402
403config GOLDFISH_TTY
404 tristate "Goldfish TTY Driver"
405 depends on GOLDFISH
406 help
407 Console and system TTY driver for the Goldfish virtual platform.
408
403endif # TTY 409endif # TTY