:orphan: .. title:: TMP007_TRIGGER .. option:: CONFIG_TMP007_TRIGGER *(No prompt -- not directly user assignable.)* Type: ``bool`` Direct dependencies =================== \ :option:`TMP007 ` && \ :option:`SENSOR ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols that select this symbol =============================== - \ :option:`TMP007_TRIGGER_GLOBAL_THREAD ` - \ :option:`TMP007_TRIGGER_OWN_THREAD ` Kconfig definition ================== At ``/sensor/tmp007/Kconfig:35`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``/Kconfig:62`` → ``/sensor/Kconfig:197`` Menu path: (Top) → Device Drivers → Sensor Drivers → TMP007 Infrared Thermopile Sensor .. code-block:: kconfig config TMP007_TRIGGER bool depends on TMP007 && SENSOR *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*