CONFIG_CCS811_GPIO_RESET

Enable GPIO Reset for CCS811

Type: bool

Help

Enable GPIO Reset 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:66

Included via Kconfig:10Kconfig.zephyr:29drivers/Kconfig:64drivers/sensor/Kconfig:62

Menu path: (top menu) → Device Drivers → Sensor Drivers

config CCS811_GPIO_RESET
    bool
    prompt "Enable GPIO Reset for CCS811" if CCS811 && SENSOR
    depends on CCS811 && SENSOR
    help
      Enable GPIO Reset support for CCS811

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