b0717d518e
This PR updates GPIO driver to use DTS information regarding gpio availability. This also fixes interrupt handling and also removes kconfig definition for GPIO port. A few configuration checks were also added to improve code usage. Signed-off-by: Sylvio Alves <sylvio.alves@espressif.com>
11 lines
242 B
Plaintext
11 lines
242 B
Plaintext
# ESP32 GPIO configuration options
|
|
|
|
# Copyright (c) 2017 Intel Corporation
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config GPIO_ESP32
|
|
bool "ESP32 GPIO"
|
|
depends on SOC_ESP32 || SOC_ESP32S2 || SOC_ESP32C3
|
|
help
|
|
Enables the ESP32 GPIO driver
|