:orphan: .. title:: GPIO_ESP32_1 .. option:: CONFIG_GPIO_ESP32_1 *ESP32 GPIO (pins 32-39)* Type: ``bool`` Help ==== Include support for GPIO pins 32-39 on the ESP32. Direct dependencies =================== \ :option:`GPIO_ESP32 ` && \ :option:`GPIO ` *(Includes any dependencies from if's and menus.)* Defaults ======== - "y" if \ :option:`GPIO_ESP32 ` && \ :option:`GPIO ` Kconfig definition ================== .. highlight:: kconfig At ``drivers/gpio/Kconfig.esp32:32`` Included via ``Kconfig:10`` → ``Kconfig.zephyr:35`` → ``drivers/Kconfig:34`` → ``drivers/gpio/Kconfig:55`` Menu path: (top menu) → Device Drivers → GPIO Drivers → ESP32 GPIO .. parsed-literal:: config GPIO_ESP32_1 bool prompt "ESP32 GPIO (pins 32-39)" if \ :option:`GPIO_ESP32 ` && \ :option:`GPIO ` default "y" if \ :option:`GPIO_ESP32 ` && \ :option:`GPIO ` depends on \ :option:`GPIO_ESP32 ` && \ :option:`GPIO ` help Include support for GPIO pins 32-39 on the ESP32. *(Definitions include propagated dependencies, including from if's and menus.)*