2019-11-01 20:45:29 +08:00
|
|
|
# ESP32 GPIO configuration options
|
|
|
|
|
2017-06-20 07:58:29 +08:00
|
|
|
# Copyright (c) 2017 Intel Corporation
|
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
|
2021-10-20 04:09:38 +08:00
|
|
|
config GPIO_ESP32
|
2017-06-20 07:58:29 +08:00
|
|
|
bool "ESP32 GPIO"
|
2021-09-13 04:47:41 +08:00
|
|
|
depends on SOC_ESP32 || SOC_ESP32S2 || SOC_ESP32C3
|
2017-06-20 07:58:29 +08:00
|
|
|
help
|
2018-02-15 21:36:16 +08:00
|
|
|
Enables the ESP32 GPIO driver
|