:orphan: .. title:: CCS811_GPIO_WAKEUP .. option:: CONFIG_CCS811_GPIO_WAKEUP *Enable GPIO Wakeup for CCS811* Type: ``bool`` Help ==== Enable GPIO Wakeup support for CCS811 Direct dependencies =================== \ :option:`CCS811 ` && \ :option:`SENSOR ` *(Includes any dependencies from if's and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== .. highlight:: kconfig At ``drivers/sensor/ccs811/Kconfig:24`` Included via ``Kconfig:10`` → ``Kconfig.zephyr:35`` → ``drivers/Kconfig:64`` → ``drivers/sensor/Kconfig:54`` Menu path: (top menu) → Device Drivers → Sensor Drivers → CCS811 Digital Gas Sensor .. parsed-literal:: config CCS811_GPIO_WAKEUP bool prompt "Enable GPIO Wakeup for CCS811" if \ :option:`CCS811 ` && \ :option:`SENSOR ` depends on \ :option:`CCS811 ` && \ :option:`SENSOR ` help Enable GPIO Wakeup support for CCS811 *(Definitions include propagated dependencies, including from if's and menus.)*