CONFIG_UART_XEN_HVC
Xen hypervisor DomU console UART driver
Type: bool
Help
Enable Xen ring buffer based hypervisor console driver. Used
for Zephyr as unprivileged domain.
Direct dependencies
BOARD_XENVM
&& !XEN_INITIAL_DOMAIN
&& SERIAL
(Includes any dependencies from ifs and menus.)
Default
y
Symbols selected by this symbol
Kconfig definition
At <Driver>/serial/Kconfig.xen:7
Included via Kconfig:8
→ Kconfig.zephyr:42
→ <Driver>/Kconfig:26
→ <Driver>/serial/Kconfig:188
Menu path: (Top) → Device Drivers → Serial Drivers
config UART_XEN_HVC
bool "Xen hypervisor DomU console UART driver"
default y
select SERIAL_HAS_DRIVER
select SERIAL_SUPPORT_INTERRUPT
depends on BOARD_XENVM && !XEN_INITIAL_DOMAIN && SERIAL
help
Enable Xen ring buffer based hypervisor console driver. Used
for Zephyr as unprivileged domain.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)