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