The latest development version of this page may be more current than this released 1.14.0 version.
CONFIG_XTENSA_CONSOLE_INIT_PRIORITY

Init priority

Type: int

Help

Device driver initialization priority.

Direct dependencies

XTENSA_SIM_CONSOLE && CONSOLE

(Includes any dependencies from if’s and menus.)

Defaults

Kconfig definition

At drivers/console/Kconfig:287

Included via Kconfig:10Kconfig.zephyr:35drivers/Kconfig:16

Menu path: (top menu) → Device Drivers → Console drivers

config XTENSA_CONSOLE_INIT_PRIORITY
    int
    prompt "Init priority" if XTENSA_SIM_CONSOLE && CONSOLE
    default 60 if XTENSA_SIM_CONSOLE && CONSOLE
    depends on XTENSA_SIM_CONSOLE && CONSOLE
    help
      Device driver initialization priority.

(Definitions include propagated dependencies, including from if’s and menus.)