The latest development version of this page may be more current than this released 1.14.0 version.
CONFIG_CCS811_GPIO_WAKEUP

Enable GPIO Wakeup for CCS811

Type: bool

Help

Enable GPIO Wakeup support for CCS811

Direct dependencies

CCS811 && SENSOR

(Includes any dependencies from if’s and menus.)

Defaults

No defaults. Implicitly defaults to n.

Kconfig definition

At drivers/sensor/ccs811/Kconfig:24

Included via Kconfig:10Kconfig.zephyr:35drivers/Kconfig:62drivers/sensor/Kconfig:52

Menu path: (top menu) → Device Drivers → Sensor Drivers → CCS811 Digital Gas Sensor

config CCS811_GPIO_WAKEUP
    bool
    prompt "Enable GPIO Wakeup for CCS811" if CCS811 && SENSOR
    depends on CCS811 && SENSOR
    help
      Enable GPIO Wakeup support for CCS811

(Definitions include propagated dependencies, including from if’s and menus.)