:orphan: .. title:: CONFIG_TMP007_TRIGGER .. kconfig:: CONFIG_TMP007_TRIGGER CONFIG_TMP007_TRIGGER ##################### *(No prompt -- not directly user assignable.)* Type: ``bool`` Direct dependencies =================== \ :kconfig:`TMP007 ` && \ :kconfig:`SENSOR ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols that select this symbol =============================== - \ :kconfig:`TMP007_TRIGGER_GLOBAL_THREAD ` - \ :kconfig:`TMP007_TRIGGER_OWN_THREAD ` Kconfig definition ================== At ``/sensor/tmp007/Kconfig:35`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:64`` → ``/sensor/Kconfig:215`` 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.)*