:orphan: .. title:: choice: Active sensing mode .. _choice_249: .. describe:: choice: Active sensing mode *Active sensing mode* Type: ``bool`` Help ==== Sensing mode in which the ISL29035 will function. The chip can be configured either for either ambient light or infrared sensing. Direct dependencies =================== \ :option:`ISL29035 ` && \ :option:`SENSOR ` *(Includes any dependencies from ifs and menus.)* Default ======= - \ :option:`ISL29035_MODE_ALS ` Choice options ============== - \ :option:`ISL29035_MODE_ALS ` - \ :option:`ISL29035_MODE_IR ` Kconfig definition ================== .. highlight:: kconfig At ``drivers/sensor/isl29035/Kconfig:62`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:62`` → ``drivers/sensor/Kconfig:107`` Menu path: (Top) → Device Drivers → Sensor Drivers → ISL29035 light sensor .. parsed-literal:: choice bool "Active sensing mode" default \ :option:`ISL29035_MODE_ALS ` depends on \ :option:`ISL29035 ` && \ :option:`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.)*