-
CONFIG_GPIO_ESP32
¶
ESP32 GPIO
Type: bool
Help¶
Enables the ESP32 GPIO driver
Defaults¶
No defaults. Implicitly defaults to n
.
Symbols that select this symbol¶
Kconfig definition¶
At <Zephyr>/drivers/gpio/Kconfig.esp32:6
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
menuconfig GPIO_ESP32
bool "ESP32 GPIO"
depends on SOC_ESP32 && GPIO
help
Enables the ESP32 GPIO driver
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)