:orphan: .. title:: GPIO_ESP32 .. option:: CONFIG_GPIO_ESP32 *ESP32 GPIO* Type: ``bool`` Help ==== Enables the ESP32 GPIO driver Direct dependencies =================== \ :option:`SOC_ESP32 ` && \ :option:`GPIO ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols that select this symbol =============================== - \ :option:`UART_ESP32 ` - \ :option:`I2C_ESP32 ` Kconfig definition ================== .. highlight:: kconfig At ``drivers/gpio/Kconfig.esp32:6`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:34`` → ``drivers/gpio/Kconfig:50`` Menu path: (Top) → Device Drivers → GPIO Drivers .. parsed-literal:: menuconfig GPIO_ESP32 bool "ESP32 GPIO" depends on \ :option:`SOC_ESP32 ` && \ :option:`GPIO ` help Enables the ESP32 GPIO driver *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*