:orphan: .. title:: CONFIG_AMG88XX_TRIGGER .. kconfig:: CONFIG_AMG88XX_TRIGGER CONFIG_AMG88XX_TRIGGER ###################### *(No prompt -- not directly user assignable.)* Type: ``bool`` Direct dependencies =================== \ :kconfig:`AMG88XX ` && \ :kconfig:`SENSOR ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols that select this symbol =============================== - \ :kconfig:`AMG88XX_TRIGGER_GLOBAL_THREAD ` - \ :kconfig:`AMG88XX_TRIGGER_OWN_THREAD ` Kconfig definition ================== At ``/sensor/amg88xx/Kconfig:35`` 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 config AMG88XX_TRIGGER bool depends on AMG88XX && SENSOR *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*