:orphan: .. title:: SENSOR .. option:: CONFIG_SENSOR *Sensor Drivers* Type: ``bool`` Help ==== .. code-block:: none Include sensor drivers in system config Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols that select this symbol =============================== - \ :option:`CLOCK_CONTROL_NRF_USES_TEMP_SENSOR ` - \ :option:`BT_BAS ` Kconfig definition ================== At ``/sensor/Kconfig:6`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``/Kconfig:62`` Menu path: (Top) → Device Drivers .. code-block:: kconfig menuconfig SENSOR bool "Sensor Drivers" help Include sensor drivers in system config *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*