-
CONFIG_GPIO_ESP32_0
¶
ESP32 GPIO (pins 0-31)
Type: bool
Help¶
Include support for GPIO pins 0-31 on the ESP32.
Default¶
y
Kconfig definition¶
At <Zephyr>/drivers/gpio/Kconfig.esp32:26
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_0 bool "ESP32 GPIO (pins 0-31)" default y depends onGPIO_ESP32
&&GPIO
help Include support for GPIO pins 0-31 on the ESP32.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)