1# ESP32 Clock Driver configuration options
2
3# Copyright (c) 2020 Mohamed ElShahawi
4# SPDX-License-Identifier: Apache-2.0
5
6config CLOCK_CONTROL_ESP32
7 bool "ESP32 Clock driver"
8 default y
9 depends on DT_HAS_ESPRESSIF_ESP32_RTC_ENABLED
10 help
11 Enable support for ESP32 clock driver.
12