CONFIG_UART_XEN_HVC_CONSOLEIO

Xen hypervisor Dom0 console UART driver

Type: bool

Help

Enable Xen hypervisor console driver. Used for Zephyr as
privileged domain (Dom0).

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:18

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_CONSOLEIO
    bool "Xen hypervisor Dom0 console UART driver"
    default y
    select SERIAL_HAS_DRIVER
    depends on BOARD_XENVM && XEN_INITIAL_DOMAIN && SERIAL
    help
      Enable Xen hypervisor console driver. Used for Zephyr as
      privileged domain (Dom0).

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)