:orphan: .. title:: CONFIG_CONSOLE_INIT_PRIORITY .. kconfig:: CONFIG_CONSOLE_INIT_PRIORITY CONFIG_CONSOLE_INIT_PRIORITY ############################ *Console init priority* Type: ``int`` Help ==== .. code-block:: none Console driver device initialization priority. Direct dependencies =================== \ :kconfig:`CONSOLE ` *(Includes any dependencies from ifs and menus.)* Defaults ======== - 95 if \ :kconfig:`UART_MUX ` - 60 if \ :kconfig:`UART_CONSOLE ` || \ :kconfig:`XTENSA_SIM_CONSOLE ` - \ :kconfig:`KERNEL_INIT_PRIORITY_DEFAULT ` Kconfig definition ================== At ``/console/Kconfig:35`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:14`` Menu path: (Top) → Device Drivers → Console drivers .. code-block:: kconfig config CONSOLE_INIT_PRIORITY int "Console init priority" default 95 if UART_MUX default 60 if UART_CONSOLE || XTENSA_SIM_CONSOLE default KERNEL_INIT_PRIORITY_DEFAULT depends on CONSOLE help Console driver device initialization priority. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*