:orphan: .. title:: CONFIG_CCS811 .. kconfig:: CONFIG_CCS811 CONFIG_CCS811 ############# *CCS811 Digital Gas Sensor* Type: ``bool`` Help ==== .. code-block:: none Enable driver for CCS811 Gas sensors. Direct dependencies =================== \ :kconfig:`I2C ` && \ :kconfig:`SENSOR ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== At ``/sensor/ccs811/Kconfig:8`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:64`` → ``/sensor/Kconfig:77`` Menu path: (Top) → Device Drivers → Sensor Drivers .. code-block:: kconfig menuconfig CCS811 bool "CCS811 Digital Gas Sensor" depends on I2C && SENSOR help Enable driver for CCS811 Gas sensors. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*