CONFIG_UART_CONSOLE_INIT_PRIORITY

Init priority

Type: int

Help

Device driver initialization priority. Console has to be initialized after the UART driver it uses.

Direct dependencies

UART_CONSOLE && CONSOLE

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

Defaults

Kconfig definition

At drivers/console/Kconfig:54

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

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

config UART_CONSOLE_INIT_PRIORITY
    int
    prompt "Init priority" if UART_CONSOLE && CONSOLE
    default 60 if UART_CONSOLE && CONSOLE
    depends on UART_CONSOLE && CONSOLE
    help
      Device driver initialization priority.
      Console has to be initialized after the UART driver
      it uses.

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