:orphan: .. title:: SHT3XD_TRIGGER .. option:: CONFIG_SHT3XD_TRIGGER *(No prompt -- not directly user assignable.)* Type: ``bool`` Direct dependencies =================== \ :option:`SHT3XD ` && \ :option:`SENSOR ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols that select this symbol =============================== - \ :option:`SHT3XD_TRIGGER_GLOBAL_THREAD ` - \ :option:`SHT3XD_TRIGGER_OWN_THREAD ` Kconfig definition ================== At ``/sensor/sht3xd/Kconfig:35`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``/Kconfig:62`` → ``/sensor/Kconfig:179`` Menu path: (Top) → Device Drivers → Sensor Drivers → SHT3xD Temperature and Humidity Sensor .. code-block:: kconfig config SHT3XD_TRIGGER bool depends on SHT3XD && SENSOR *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*