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

Default init priority for device drivers

Type: int

Help

Device driver, that depends on common components, such as interrupt controller, but does not depend on other devices, uses this init priority.

Defaults

  • 50

Kconfig definition

At kernel/Kconfig:608

Included via Kconfig:10Kconfig.zephyr:31

Menu path: (top menu) → General Kernel Options → Initialization Priorities

config KERNEL_INIT_PRIORITY_DEVICE
    int
    prompt "Default init priority for device drivers"
    default 50
    help
      Device driver, that depends on common components, such as
      interrupt controller, but does not depend on other devices,
      uses this init priority.

(Definitions include propagated dependencies, including from if’s and menus.)