if [31mCONFIG_TTY[0m
config [31mCONFIG_HVC_DRIVER[0m
bool
help
Generic "hypervisor virtual console" infrastructure for various
hypervisors (pSeries, iSeries, Xen, lguest).
It will automatically be selected if one of the back-end console drivers
is selected.
config [31mCONFIG_HVC_IRQ[0m
bool
config [31mCONFIG_HVC_CONSOLE[0m
bool "pSeries Hypervisor Virtual Console support"
depends on [31mCONFIG_PPC_PSERIES[0m
select [31mCONFIG_HVC_DRIVER[0m
select [31mCONFIG_HVC_IRQ[0m
help
pSeries machines when partitioned support a hypervisor virtual
console. This driver allows each pSeries partition to have a console
which is accessed via the HMC.
config [31mCONFIG_HVC_OLD_HVSI[0m
bool "Old driver for pSeries serial port (/dev/hvsi*)"
depends on [31mCONFIG_HVC_CONSOLE[0m
default n
config [31mCONFIG_HVC_OPAL[0m
bool "OPAL Console support"
depends on [31mCONFIG_PPC_POWERNV[0m
select [31mCONFIG_HVC_DRIVER[0m
select [31mCONFIG_HVC_IRQ[0m
default y
help
PowerNV machines running under OPAL need that driver to get a console
config [31mCONFIG_HVC_RTAS[0m
bool "IBM RTAS Console support"
depends on [31mCONFIG_PPC_RTAS[0m
select [31mCONFIG_HVC_DRIVER[0m
help
IBM Console device driver which makes use of RTAS
config [31mCONFIG_HVC_IUCV[0m
bool "z/VM IUCV Hypervisor console support (VM only)"
depends on [31mCONFIG_S390[0m
select [31mCONFIG_HVC_DRIVER[0m
select [31mCONFIG_IUCV[0m
default y
help
This driver provides a Hypervisor console (HVC) back-end to access
a Linux (console) terminal via a z/VM [31mCONFIG_IUCV[0m communication path.
config [31mCONFIG_HVC_XEN[0m
bool "Xen Hypervisor Console support"
depends on [31mCONFIG_XEN[0m
select [31mCONFIG_HVC_DRIVER[0m
select [31mCONFIG_HVC_IRQ[0m
default y
help
Xen virtual console device driver
config [31mCONFIG_HVC_XEN_FRONTEND[0m
bool "Xen Hypervisor Multiple Consoles support"
depends on [31mCONFIG_HVC_XEN[0m
select [31mCONFIG_XEN_XENBUS_FRONTEND[0m
default y
help
Xen driver for secondary virtual consoles
config [31mCONFIG_HVC_UDBG[0m
bool "udbg based fake hypervisor console"
depends on [31mCONFIG_PPC[0m
select [31mCONFIG_HVC_DRIVER[0m
default n
help
This is meant to be used during HW bring up or debugging when
no other console mechanism exist but udbg, to get you a quick
console for userspace. Do NOT enable in production kernels.
config [31mCONFIG_HVC_DCC[0m
bool "ARM JTAG DCC console"
depends on [31mCONFIG_ARM[0m || [31mCONFIG_ARM64[0m
select [31mCONFIG_HVC_DRIVER[0m
help
This console uses the JTAG DCC on [31mCONFIG_ARM[0m to create a console under the HVC
driver. This console is used through a JTAG only on [31mCONFIG_ARM[0m. If you don't have
a JTAG then you probably don't want this option.
config [31mCONFIG_HVC_BFIN_JTAG[0m
bool "Blackfin JTAG console"
depends on [31mCONFIG_BLACKFIN[0m
select [31mCONFIG_HVC_DRIVER[0m
help
This console uses the Blackfin JTAG to create a console under the
the HVC driver. If you don't have JTAG, then you probably don't
want this option.
config [31mCONFIG_HVCS[0m
tristate "IBM Hypervisor Virtual Console Server support"
depends on [31mCONFIG_PPC_PSERIES[0m && [31mCONFIG_HVC_CONSOLE[0m
help
Partitionable IBM Power5 ppc64 machines allow hosting of
firmware virtual consoles from one Linux partition by
another Linux partition. This driver allows console data
from Linux partitions to be accessed through [31mCONFIG_TTY[0m device
interfaces in the device tree of a Linux partition running
this driver.
To compile this driver as a module, choose [31mCONFIG_M[0m here: the
module will be called hvcs. Additionally, this module
will depend on arch specific APIs exported from hvcserver.ko
which will also be compiled when this driver is built as a
module.
endif # [31mCONFIG_TTY[0m