CONFIG_XEN_HVC_INIT_PRIORITY

Xen hypervisor console init priority

Type: int

Help

Set init priority for Xen HVC, should be inited before UART
console driver (HVC gets inited on PRE_KERNEL_1 stage).

Direct dependencies

(UART_XEN_HVC || UART_XEN_HVC_CONSOLEIO) && SERIAL

(Includes any dependencies from ifs and menus.)

Default

  • 55

Kconfig definition

At <Driver>/serial/Kconfig.xen:28

Included via Kconfig:8Kconfig.zephyr:42<Driver>/Kconfig:26<Driver>/serial/Kconfig:188

Menu path: (Top) → Device Drivers → Serial Drivers

config XEN_HVC_INIT_PRIORITY
    int "Xen hypervisor console init priority"
    default 55
    depends on (UART_XEN_HVC || UART_XEN_HVC_CONSOLEIO) && SERIAL
    help
      Set init priority for Xen HVC, should be inited before UART
      console driver (HVC gets inited on PRE_KERNEL_1 stage).

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