:orphan: .. title:: choice: Trigger mode .. _choice_337: .. describe:: choice: Trigger mode *Trigger mode* Type: ``bool`` Help ==== .. code-block:: none Specify the type of triggering used by the driver. Direct dependencies =================== \ :kconfig:`APDS9960 ` && \ :kconfig:`SENSOR ` *(Includes any dependencies from ifs and menus.)* Default ======= - \ :kconfig:`APDS9960_TRIGGER_NONE ` Choice options ============== - \ :kconfig:`APDS9960_TRIGGER_NONE ` - \ :kconfig:`APDS9960_TRIGGER_GLOBAL_THREAD ` Kconfig definition ================== At ``/sensor/apds9960/Kconfig:13`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:64`` → ``/sensor/Kconfig:55`` Menu path: (Top) → Device Drivers → Sensor Drivers → APDS9960 Sensor .. code-block:: kconfig choice bool "Trigger mode" default APDS9960_TRIGGER_NONE depends on APDS9960 && SENSOR help Specify the type of triggering used by the driver. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*