-
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.
Defaults¶
- 60 if
UART_CONSOLE
&&CONSOLE
Kconfig definition¶
At drivers/console/Kconfig:54
Included via Kconfig:10
→ Kconfig.zephyr:29
→ drivers/Kconfig:16
Menu path: (top menu) → Device Drivers → Console drivers
config UART_CONSOLE_INIT_PRIORITY int prompt "Init priority" ifUART_CONSOLE
&&CONSOLE
default 60 ifUART_CONSOLE
&&CONSOLE
depends onUART_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.)