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