:orphan: .. title:: choice: Trigger mode .. _choice_391: .. describe:: choice: Trigger mode *Trigger mode* Type: ``bool`` Help ==== .. code-block:: none Specify the type of triggering to be used by the driver. Only available for ambient light sensing mode. Direct dependencies =================== \ :kconfig:`ISL29035_MODE_ALS ` && \ :kconfig:`GPIO ` && \ :kconfig:`ISL29035 ` && \ :kconfig:`SENSOR ` *(Includes any dependencies from ifs and menus.)* Default ======= - \ :kconfig:`ISL29035_TRIGGER_NONE ` Choice options ============== - \ :kconfig:`ISL29035_TRIGGER_NONE ` - \ :kconfig:`ISL29035_TRIGGER_GLOBAL_THREAD ` - \ :kconfig:`ISL29035_TRIGGER_OWN_THREAD ` Kconfig definition ================== At ``/sensor/isl29035/Kconfig:81`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:64`` → ``/sensor/Kconfig:117`` Menu path: (Top) → Device Drivers → Sensor Drivers → ISL29035 light sensor .. code-block:: kconfig 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.)*