4 Generic "hypervisor virtual console" infrastructure for various
5 hypervisors (pSeries, iSeries, Xen, lguest).
6 It will automatically be selected if one of the back-end console drivers
13 bool "pSeries Hypervisor Virtual Console support"
14 depends on PPC_PSERIES
18 pSeries machines when partitioned support a hypervisor virtual
19 console. This driver allows each pSeries partition to have a console
20 which is accessed via the HMC.
23 bool "Old driver for pSeries serial port (/dev/hvsi*)"
24 depends on HVC_CONSOLE
28 bool "OPAL Console support"
29 depends on PPC_POWERNV
34 PowerNV machines running under OPAL need that driver to get a console
37 bool "IBM RTAS Console support"
41 IBM Console device driver which makes use of RTAS
44 bool "Toshiba's Beat Hypervisor Console support"
48 Toshiba's Cell Reference Set Beat Console device driver
51 bool "z/VM IUCV Hypervisor console support (VM only)"
57 This driver provides a Hypervisor console (HVC) back-end to access
58 a Linux (console) terminal via a z/VM IUCV communication path.
61 bool "Xen Hypervisor Console support"
67 Xen virtual console device driver
69 config HVC_XEN_FRONTEND
70 bool "Xen Hypervisor Multiple Consoles support"
72 select XEN_XENBUS_FRONTEND
75 Xen driver for secondary virtual consoles
78 bool "udbg based fake hypervisor console"
79 depends on PPC && EXPERIMENTAL
83 This is meant to be used during HW bring up or debugging when
84 no other console mechanism exist but udbg, to get you a quick
85 console for userspace. Do NOT enable in production kernels.
88 bool "ARM JTAG DCC console"
92 This console uses the JTAG DCC on ARM to create a console under the HVC
93 driver. This console is used through a JTAG only on ARM. If you don't have
94 a JTAG then you probably don't want this option.
97 bool "Blackfin JTAG console"
101 This console uses the Blackfin JTAG to create a console under the
102 the HVC driver. If you don't have JTAG, then you probably don't
106 tristate "IBM Hypervisor Virtual Console Server support"
107 depends on PPC_PSERIES && HVC_CONSOLE
109 Partitionable IBM Power5 ppc64 machines allow hosting of
110 firmware virtual consoles from one Linux partition by
111 another Linux partition. This driver allows console data
112 from Linux partitions to be accessed through TTY device
113 interfaces in the device tree of a Linux partition running
116 To compile this driver as a module, choose M here: the
117 module will be called hvcs. Additionally, this module
118 will depend on arch specific APIs exported from hvcserver.ko
119 which will also be compiled when this driver is built as a