:orphan: .. title:: CCS811_TRIGGER_GLOBAL_THREAD .. option:: CONFIG_CCS811_TRIGGER_GLOBAL_THREAD *Use global thread* Type: ``bool`` Direct dependencies =================== \ :option:`GPIO ` && \ :ref:` ` *(Includes any dependencies from ifs and menus.)* Symbols selected by this symbol =============================== - \ :option:`CCS811_TRIGGER ` Kconfig definition ================== .. highlight:: kconfig At ``drivers/sensor/ccs811/Kconfig:51`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:62`` → ``drivers/sensor/Kconfig:73`` Menu path: (Top) → Device Drivers → Sensor Drivers → CCS811 Digital Gas Sensor → Trigger mode .. parsed-literal:: config CCS811_TRIGGER_GLOBAL_THREAD bool "Use global thread" select \ :option:`CCS811_TRIGGER ` depends on \ :option:`GPIO ` && \ :ref:` ` *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*