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