choice: Trigger mode

Trigger mode

Type: bool

Help

Specify the type of triggering to be used by the driver. Only available for ambient light sensing mode.

Direct dependencies

ISL29035_MODE_ALS && GPIO && ISL29035 && SENSOR

(Includes any dependencies from ifs and menus.)

Kconfig definition

At <Zephyr>/drivers/sensor/isl29035/Kconfig:81

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:32<Zephyr>/drivers/Kconfig:62<Zephyr>/drivers/sensor/Kconfig:105

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

choice
    bool "Trigger mode"
    default ISL29035_TRIGGER_NONE
    depends on ISL29035_MODE_ALS && GPIO && ISL29035 && SENSOR
    help
      Specify the type of triggering to be used by the driver.
      Only available for ambient light sensing mode.

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)