CONFIG_XTENSA_CONSOLE_INIT_PRIORITY¶
Init priority
Type: int
Help¶
Device driver initialization priority.
Default¶
- 60 
Kconfig definition¶
At <Zephyr Driver>/console/Kconfig:293
Included via Kconfig:8 → Kconfig.zephyr:42 → <Zephyr Driver>/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.)