:orphan: .. title:: CONFIG_ADT7420_TRIGGER_GLOBAL_THREAD .. kconfig:: CONFIG_ADT7420_TRIGGER_GLOBAL_THREAD CONFIG_ADT7420_TRIGGER_GLOBAL_THREAD #################################### *Use global thread* Type: ``bool`` Direct dependencies =================== \ :kconfig:`GPIO ` && \ :ref:` ` *(Includes any dependencies from ifs and menus.)* Symbols selected by this symbol =============================== - \ :kconfig:`ADT7420_TRIGGER ` Kconfig definition ================== At ``/sensor/adt7420/Kconfig:41`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:64`` → ``/sensor/Kconfig:41`` Menu path: (Top) → Device Drivers → Sensor Drivers → ADT7420 Temperature Sensor → Trigger mode .. code-block:: kconfig config ADT7420_TRIGGER_GLOBAL_THREAD bool "Use global thread" select ADT7420_TRIGGER depends on GPIO && *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*