CONFIG_CONSOLE_INIT_PRIORITY
Console init priority
Type: int
Help
Console driver device initialization priority.
Direct dependencies
(Includes any dependencies from ifs and menus.)
Defaults
95 if
UART_MUX
60 if
UART_CONSOLE
||XTENSA_SIM_CONSOLE
Kconfig definition
At <Zephyr>/drivers/console/Kconfig:35
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:42
→ <Zephyr>/drivers/Kconfig:14
Menu path: (Top) → Device Drivers → Console drivers
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.)