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.

Default

  • 50

Kconfig definition

At <Zephyr>/kernel/Kconfig:648

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:30

Menu path: (Top) → General Kernel Options → Initialization Priorities

config KERNEL_INIT_PRIORITY_DEVICE
    int "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.

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)