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

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

Kconfig definitions

At soc/arm/nxp_imx/Kconfig.defconfig:4

Included via Kconfig:8Kconfig.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:8Kconfig.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:8Kconfig.zephyr:27

Menu path: (Top)

config SERIAL_INIT_PRIORITY
    int
    default 55
    depends on SERIAL

At drivers/serial/Kconfig:34

Included via Kconfig:8Kconfig.zephyr:42drivers/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.)