-
CONFIG_XTENSA_CONSOLE_INIT_PRIORITY
¶
Init priority
Type: int
Help¶
Device driver initialization priority.
Default¶
60
Kconfig definition¶
At <Zephyr>/drivers/console/Kconfig:319
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:32
→ <Zephyr>/drivers/Kconfig:14
Menu path: (Top) → Device Drivers → Console drivers
config XTENSA_CONSOLE_INIT_PRIORITY
int "Init priority"
default 60
depends on XTENSA_SIM_CONSOLE && CONSOLE
help
Device driver initialization priority.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)