The latest development version of this page may be more current than this released 2.6.1-rc1 version.
CONFIG_SENSOR_INIT_PRIORITY

Sensor init priority

Type: int

Help

Sensor initialization priority.

Direct dependencies

SENSOR

(Includes any dependencies from ifs and menus.)

Default

  • 90

Kconfig definition

At drivers/sensor/Kconfig:17

Included via Kconfig:8Kconfig.zephyr:32drivers/Kconfig:62

Menu path: (Top) → Device Drivers → Sensor Drivers

config SENSOR_INIT_PRIORITY
    int "Sensor init priority"
    default 90
    depends on SENSOR
    help
      Sensor initialization priority.

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