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

CONFIG_GPIO_ESP32

ESP32 GPIO

Type: bool

Help

Enables the ESP32 GPIO driver

Direct dependencies

(SOC_ESP32 || SOC_ESP32S2 || SOC_ESP32C3) && GPIO

(Includes any dependencies from ifs and menus.)

Defaults

No defaults. Implicitly defaults to n.

Symbols that select this symbol

Kconfig definition

At drivers/gpio/Kconfig.esp32:6

Included via Kconfig:8Kconfig.zephyr:42drivers/Kconfig:36drivers/gpio/Kconfig:60

Menu path: (Top) → Device Drivers → GPIO Drivers

config GPIO_ESP32
    bool "ESP32 GPIO"
    depends on (SOC_ESP32 || SOC_ESP32S2 || SOC_ESP32C3) && GPIO
    help
      Enables the ESP32 GPIO driver

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)