-
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¶
95 if
USB_UART_CONSOLE
60
Kconfig definition¶
At <Zephyr>/drivers/console/Kconfig:55
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:32
→ <Zephyr>/drivers/Kconfig:14
Menu path: (Top) → Device Drivers → Console drivers → Use UART for console
config UART_CONSOLE_INIT_PRIORITY int "Init priority" default 95 ifUSB_UART_CONSOLE
default 60 depends onUART_CONSOLE
&&CONSOLE
help Device driver initialization priority. Console has to be initialized after the UART driver it uses.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)