:orphan: .. title:: choice: Active sensing mode .. _choice_305: .. describe:: choice: Active sensing mode *Active sensing mode* Type: ``bool`` Help ==== .. code-block:: none Sensing mode in which the ISL29035 will function. The chip can be configured either for either ambient light or infrared sensing. Direct dependencies =================== \ :kconfig:`ISL29035 ` && \ :kconfig:`SENSOR ` *(Includes any dependencies from ifs and menus.)* Default ======= - \ :kconfig:`ISL29035_MODE_ALS ` Choice options ============== - \ :kconfig:`ISL29035_MODE_ALS ` - \ :kconfig:`ISL29035_MODE_IR ` Kconfig definition ================== At ``/sensor/isl29035/Kconfig:62`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:64`` → ``/sensor/Kconfig:119`` Menu path: (Top) → Device Drivers → Sensor Drivers → ISL29035 light sensor .. code-block:: kconfig choice bool "Active sensing mode" default ISL29035_MODE_ALS depends on ISL29035 && SENSOR help Sensing mode in which the ISL29035 will function. The chip can be configured either for either ambient light or infrared sensing. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*