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

Default init priority for application level drivers

Type: int

Help

This priority level is for end-user drivers such as sensors and display which have no inward dependencies.

Defaults

  • 90

Kconfig definition

At kernel/Kconfig:604

Included via Kconfig:10Kconfig.zephyr:31

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

config APPLICATION_INIT_PRIORITY
    int
    prompt "Default init priority for application level drivers"
    default 90
    help
      This priority level is for end-user drivers such as sensors and display
      which have no inward dependencies.

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