1# Copyright (c) 2022 Espressif Systems (Shanghai) Co., Ltd.
2# SPDX-License-Identifier: Apache-2.0
3
4config PINCTRL_ESP32
5 bool "ESP32 pin controller"
6 default y
7 depends on DT_HAS_ESPRESSIF_ESP32_PINCTRL_ENABLED
8 help
9 Enables ESP32 pin controller
10