:orphan: .. title:: HTS221_TRIGGER_OWN_THREAD .. option:: CONFIG_HTS221_TRIGGER_OWN_THREAD *Use own thread* Type: ``bool`` Direct dependencies =================== \ :option:`GPIO ` && \ :ref:` ` *(Includes any dependencies from ifs and menus.)* Symbols selected by this symbol =============================== - \ :option:`HTS221_TRIGGER ` Kconfig definition ================== .. highlight:: kconfig At ``drivers/sensor/hts221/Kconfig:26`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:62`` → ``drivers/sensor/Kconfig:93`` Menu path: (Top) → Device Drivers → Sensor Drivers → HTS221 temperature and humidity sensor → Trigger mode .. parsed-literal:: config HTS221_TRIGGER_OWN_THREAD bool "Use own thread" select \ :option:`HTS221_TRIGGER ` depends on \ :option:`GPIO ` && \ :ref:` ` *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*