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 <Zephyr>/drivers/serial/Kconfig.xen:7

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:42<Zephyr>/drivers/Kconfig:26<Zephyr>/drivers/serial/Kconfig:186

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.)