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