CONFIG_GPIO_ESP32_1

ESP32 GPIO (pins 32-39)

Type: bool

Help

Include support for GPIO pins 32-39 on the ESP32.

Direct dependencies

GPIO_ESP32 && GPIO

(Includes any dependencies from ifs and menus.)

Default

  • y

Kconfig definition

At <Zephyr>/drivers/gpio/Kconfig.esp32:32

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:32<Zephyr>/drivers/Kconfig:34<Zephyr>/drivers/gpio/Kconfig:50

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

config GPIO_ESP32_1
    bool "ESP32 GPIO (pins 32-39)"
    default y
    depends on GPIO_ESP32 && GPIO
    help
      Include support for GPIO pins 32-39 on the ESP32.

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