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 && ISL29035_MODE_ALS && GPIO && SENSOR

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

Kconfig definition

At drivers/sensor/isl29035/Kconfig:101

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 "Trigger mode" if ISL29035 && ISL29035_MODE_ALS && GPIO && SENSOR
    default ISL29035_TRIGGER_NONE if ISL29035 && ISL29035_MODE_ALS && GPIO && SENSOR
    depends on ISL29035 && ISL29035_MODE_ALS && GPIO && SENSOR
    help
      Specify the type of triggering to be used by the driver.
      Only available for ambient light sensing mode.

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