summaryrefslogtreecommitdiffstats
path: root/drivers/tty/hvc/Kconfig
diff options
context:
space:
mode:
authorStefano Stabellini2012-02-21 12:30:42 +0100
committerKonrad Rzeszutek Wilk2012-03-14 00:24:31 +0100
commitcf8e019b523a8caa95b56ff0ce62a4856b14395f (patch)
tree306ac28035398e3afe42c35ef5d5863254ef394c /drivers/tty/hvc/Kconfig
parenthvc_xen: implement multiconsole support (diff)
downloadkernel-qcow2-linux-cf8e019b523a8caa95b56ff0ce62a4856b14395f.tar.gz
kernel-qcow2-linux-cf8e019b523a8caa95b56ff0ce62a4856b14395f.tar.xz
kernel-qcow2-linux-cf8e019b523a8caa95b56ff0ce62a4856b14395f.zip
hvc_xen: introduce HVC_XEN_FRONTEND
Introduce a new config option HVC_XEN_FRONTEND to enable/disable the xenbus based pv console frontend. Signed-off-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com> Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Diffstat (limited to 'drivers/tty/hvc/Kconfig')
-rw-r--r--drivers/tty/hvc/Kconfig8
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/tty/hvc/Kconfig b/drivers/tty/hvc/Kconfig
index 4222035acfb7..192e21e2239c 100644
--- a/drivers/tty/hvc/Kconfig
+++ b/drivers/tty/hvc/Kconfig
@@ -76,6 +76,14 @@ config HVC_XEN
help
Xen virtual console device driver
+config HVC_XEN_FRONTEND
+ bool "Xen Hypervisor Multiple Consoles support"
+ depends on HVC_XEN
+ select XEN_XENBUS_FRONTEND
+ default y
+ help
+ Xen driver for secondary virtual consoles
+
config HVC_UDBG
bool "udbg based fake hypervisor console"
depends on PPC && EXPERIMENTAL