:orphan: .. title:: choice: Trigger mode .. _choice_426: .. describe:: choice: Trigger mode *Trigger mode* Type: ``bool`` Help ==== .. code-block:: none Specify the type of triggering to be used by the driver. Direct dependencies =================== \ :kconfig:`VCNL4040 ` && \ :kconfig:`SENSOR ` *(Includes any dependencies from ifs and menus.)* Default ======= - \ :kconfig:`VCNL4040_TRIGGER_NONE ` Choice options ============== - \ :kconfig:`VCNL4040_TRIGGER_NONE ` - \ :kconfig:`VCNL4040_TRIGGER_GLOBAL_THREAD ` - \ :kconfig:`VCNL4040_TRIGGER_OWN_THREAD ` Kconfig definition ================== At ``/sensor/vcnl4040/Kconfig:22`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:64`` → ``/sensor/Kconfig:221`` Menu path: (Top) → Device Drivers → Sensor Drivers → VCNL4040 Proximity and Ambient Light Sensor .. code-block:: kconfig choice bool "Trigger mode" default VCNL4040_TRIGGER_NONE depends on VCNL4040 && SENSOR help Specify the type of triggering to be used by the driver. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*