:orphan: .. title:: CONFIG_XEN_HVC_INIT_PRIORITY .. kconfig:: CONFIG_XEN_HVC_INIT_PRIORITY CONFIG_XEN_HVC_INIT_PRIORITY ############################ *Xen hypervisor console init priority* Type: ``int`` Help ==== .. code-block:: none Set init priority for Xen HVC, should be inited before UART console driver (HVC gets inited on PRE_KERNEL_1 stage). Direct dependencies =================== (\ :kconfig:`UART_XEN_HVC ` || \ :kconfig:`UART_XEN_HVC_CONSOLEIO `) && \ :kconfig:`SERIAL ` *(Includes any dependencies from ifs and menus.)* Default ======= - 55 Kconfig definition ================== At ``/serial/Kconfig.xen:28`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:26`` → ``/serial/Kconfig:188`` Menu path: (Top) → Device Drivers → Serial Drivers .. code-block:: kconfig 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.)*