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

ISL29035 && SENSOR

(Includes any dependencies from if’s and menus.)

Kconfig definition

At drivers/sensor/isl29035/Kconfig:81

Included via Kconfig:10Kconfig.zephyr:29drivers/Kconfig:64drivers/sensor/Kconfig:78

Menu path: (top menu) → Device Drivers → Sensor Drivers → ISL29035 light sensor

choice
    bool
    prompt "Active sensing mode" if ISL29035 && SENSOR
    default ISL29035_MODE_ALS if ISL29035 && SENSOR
    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.

(Definitions include propagated dependencies, including from if’s and menus.)