:orphan: .. title:: CONFIG_CCS811_TRIGGER .. kconfig:: CONFIG_CCS811_TRIGGER CONFIG_CCS811_TRIGGER ##################### *(No prompt -- not directly user assignable.)* Type: ``bool`` Direct dependencies =================== \ :kconfig:`CCS811 ` && \ :kconfig:`SENSOR ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols that select this symbol =============================== - \ :kconfig:`CCS811_TRIGGER_GLOBAL_THREAD ` - \ :kconfig:`CCS811_TRIGGER_OWN_THREAD ` Kconfig definition ================== At ``/sensor/ccs811/Kconfig:39`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:64`` → ``/sensor/Kconfig:77`` Menu path: (Top) → Device Drivers → Sensor Drivers → CCS811 Digital Gas Sensor .. code-block:: kconfig config CCS811_TRIGGER bool depends on CCS811 && SENSOR *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*