CONFIG_SERIAL_INIT_PRIORITY

Serial init priority

Type: int

Help

Serial driver device initialization priority.

Direct dependencies

SERIAL || SERIAL || SERIAL || SERIAL || SERIAL || SERIAL || SERIAL

(Includes any dependencies from ifs and menus.)

Defaults

Kconfig definitions

At <Zephyr SoC>/arm/nxp_imx/Kconfig.defconfig:4

Included via Kconfig:8Kconfig.zephyr:25<BuildDir>/kconfig/Kconfig.soc.defconfig:1

Menu path: (Top)

config SERIAL_INIT_PRIORITY
    int
    default 55
    depends on SERIAL

At <Zephyr SoC>/arm/nxp_kinetis/Kconfig.defconfig:3

Included via Kconfig:8Kconfig.zephyr:25<BuildDir>/kconfig/Kconfig.soc.defconfig:1

Menu path: (Top)

config SERIAL_INIT_PRIORITY
    int
    default 55
    depends on SERIAL

At <Zephyr SoC>/arm/nxp_lpc/Kconfig.defconfig:18

Included via Kconfig:8Kconfig.zephyr:25<BuildDir>/kconfig/Kconfig.soc.defconfig:1

Menu path: (Top)

config SERIAL_INIT_PRIORITY
    int
    default 55
    depends on SERIAL

At <Zephyr 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 <Zephyr 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 <Zephyr 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 <Zephyr Driver>/serial/Kconfig:34

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