1# ESP32 GPIO configuration options
2
3# Copyright (c) 2017 Intel Corporation
4# SPDX-License-Identifier: Apache-2.0
5
6config GPIO_ESP32
7 bool "ESP32 GPIO"
8 default y
9 depends on DT_HAS_ESPRESSIF_ESP32_GPIO_ENABLED
10 help
11 Enables the ESP32 GPIO driver
12