zephyr/drivers/gpio/Kconfig.esp32
Glauber Maroto Ferreira 2689a6ee0a esp32s2: drivers: gpio: add gpio support
through the reuse of current gpio driver.

Signed-off-by: Glauber Maroto Ferreira <glauber.ferreira@espressif.com>
2021-08-27 17:34:41 -04:00

27 lines
510 B
Plaintext

# ESP32 GPIO configuration options
# Copyright (c) 2017 Intel Corporation
# SPDX-License-Identifier: Apache-2.0
menuconfig GPIO_ESP32
bool "ESP32 GPIO"
depends on SOC_ESP32 || SOC_ESP32S2
help
Enables the ESP32 GPIO driver
if GPIO_ESP32
config GPIO_ESP32_0
bool "ESP32 GPIO (pins 0-31)"
default y
help
Include support for GPIO pins 0-31 on the ESP32.
config GPIO_ESP32_1
bool "ESP32 GPIO (pins 32-39)"
default y
help
Include support for GPIO pins 32-39 on the ESP32.
endif # GPIO_ESP32