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