:orphan: .. title:: CONFIG_XTENSA_CONSOLE_INIT_PRIORITY .. kconfig:: CONFIG_XTENSA_CONSOLE_INIT_PRIORITY CONFIG_XTENSA_CONSOLE_INIT_PRIORITY ################################### *Init priority* Type: ``int`` Help ==== .. code-block:: none Device driver initialization priority. Direct dependencies =================== \ :kconfig:`XTENSA_SIM_CONSOLE ` && \ :kconfig:`CONSOLE ` *(Includes any dependencies from ifs and menus.)* Default ======= - 60 Kconfig definition ================== At ``/console/Kconfig:293`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:14`` Menu path: (Top) → Device Drivers → Console drivers .. code-block:: kconfig 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.)*