:orphan: .. title:: GPIO_ESP32_0 .. option:: CONFIG_GPIO_ESP32_0 *ESP32 GPIO (pins 0-31)* Type: ``bool`` Help ==== .. code-block:: none Include support for GPIO pins 0-31 on the ESP32. Direct dependencies =================== \ :option:`GPIO_ESP32 ` && \ :option:`GPIO ` *(Includes any dependencies from ifs and menus.)* Default ======= - y Kconfig definition ================== At ``/gpio/Kconfig.esp32:26`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``/Kconfig:34`` → ``/gpio/Kconfig:50`` Menu path: (Top) → Device Drivers → GPIO Drivers → ESP32 GPIO .. code-block:: kconfig 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.)*