CONFIG_SERIAL_INIT_PRIORITY¶
Serial init priority
Type: int
Help¶
Serial driver device initialization priority.
Direct dependencies¶
SERIAL
|| SERIAL
|| SERIAL
|| SERIAL
(Includes any dependencies from ifs and menus.)
Defaults¶
55
55
55
Kconfig definitions¶
At soc/arm/nxp_imx/Kconfig.defconfig:4
Included via Kconfig:8
→ Kconfig.zephyr:27
Menu path: (Top)
config SERIAL_INIT_PRIORITY
int
default 55
depends on SERIAL
At soc/arm/nxp_kinetis/Kconfig.defconfig:3
Included via Kconfig:8
→ Kconfig.zephyr:27
Menu path: (Top)
config SERIAL_INIT_PRIORITY
int
default 55
depends on SERIAL
At soc/arm/nxp_lpc/Kconfig.defconfig:18
Included via Kconfig:8
→ Kconfig.zephyr:27
Menu path: (Top)
config SERIAL_INIT_PRIORITY
int
default 55
depends on SERIAL
At drivers/serial/Kconfig:34
Included via Kconfig:8
→ Kconfig.zephyr:42
→ drivers/Kconfig:26
Menu path: (Top) → Device Drivers → Serial Drivers
config SERIAL_INIT_PRIORITY
int "Serial init priority"
default KERNEL_INIT_PRIORITY_DEVICE
depends on SERIAL
help
Serial driver device initialization priority.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)