The latest development version of this page may be more current than this released 1.14.0 version.
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 if’s and menus.)

Kconfig definition

At drivers/sensor/isl29035/Kconfig:97

Included via Kconfig:10Kconfig.zephyr:35drivers/Kconfig:62drivers/sensor/Kconfig:70

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

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

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