The latest development version of this page may be more current than this released 2.7.5 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.

Default

  • 90

Kconfig definition

At kernel/Kconfig:660

Included via Kconfig:8Kconfig.zephyr:40

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

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

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