| # ESP32S2 Clock Driver configuration options | |
| # Copyright (c) 2021 Espressif Systems (Shanghai) Co., Ltd. | |
| # SPDX-License-Identifier: Apache-2.0 | |
| config CLOCK_CONTROL_ESP32S2 | |
| bool "ESP32S2 Clock driver" | |
| depends on SOC_ESP32S2 | |
| help | |
| Enable support for ESP32S2 clock driver. |