:orphan: .. title:: CONFIG_ADT7420_TRIGGER .. kconfig:: CONFIG_ADT7420_TRIGGER CONFIG_ADT7420_TRIGGER ###################### *(No prompt -- not directly user assignable.)* Type: ``bool`` Direct dependencies =================== \ :kconfig:`ADT7420 ` && \ :kconfig:`SENSOR ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols that select this symbol =============================== - \ :kconfig:`ADT7420_TRIGGER_GLOBAL_THREAD ` - \ :kconfig:`ADT7420_TRIGGER_OWN_THREAD ` Kconfig definition ================== At ``/sensor/adt7420/Kconfig:53`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:64`` → ``/sensor/Kconfig:41`` Menu path: (Top) → Device Drivers → Sensor Drivers → ADT7420 Temperature Sensor .. code-block:: kconfig config ADT7420_TRIGGER bool depends on ADT7420 && SENSOR *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*