- 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
(Includes any dependencies from ifs and menus.)
Default
Choice options
Kconfig definition
At <Zephyr>/drivers/sensor/isl29035/Kconfig:62
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:42
→ <Zephyr>/drivers/Kconfig:64
→ <Zephyr>/drivers/sensor/Kconfig:119
Menu path: (Top) → Device Drivers → Sensor Drivers → ISL29035 light sensor
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.)