:orphan: .. title:: CONFIG_SENSOR_INIT_PRIORITY .. kconfig:: CONFIG_SENSOR_INIT_PRIORITY CONFIG_SENSOR_INIT_PRIORITY ########################### *Sensor init priority* Type: ``int`` Help ==== .. code-block:: none Sensor initialization priority. Direct dependencies =================== \ :kconfig:`SENSOR ` *(Includes any dependencies from ifs and menus.)* Default ======= - 90 Kconfig definition ================== At ``/sensor/Kconfig:17`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:64`` Menu path: (Top) → Device Drivers → Sensor Drivers .. code-block:: kconfig 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.)*