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

ESP32 GPIO

Type: bool

Help

Enables the ESP32 GPIO driver

Direct dependencies

SOC_ESP32 && GPIO

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

Defaults

No defaults. Implicitly defaults to n.

Symbols that select this symbol

Kconfig definition

At drivers/gpio/Kconfig.esp32:9

Included via Kconfig:10Kconfig.zephyr:35drivers/Kconfig:32drivers/gpio/Kconfig:55

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

menuconfig GPIO_ESP32
    bool
    prompt "ESP32 GPIO" if SOC_ESP32 && GPIO
    depends on SOC_ESP32 && GPIO
    help
      Enables the ESP32 GPIO driver

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