The latest development version of this page may be more current than this released 3.0.0 version.

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

Included via Kconfig:8Kconfig.zephyr:42drivers/Kconfig:26drivers/serial/Kconfig:188

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