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 Driver>/gpio/Kconfig.esp32:14
Included via Kconfig:8
→ Kconfig.zephyr:42
→ <Zephyr Driver>/Kconfig:36
→ <Zephyr Driver>/gpio/Kconfig:52
Menu path: (Top) → Device Drivers → GPIO Drivers → ESP32 GPIO
config GPIO_ESP32_0
bool "ESP32 GPIO (pins 0-31)"
default y
depends on GPIO_ESP32 && GPIO
help
Include support for GPIO pins 0-31 on the ESP32.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)