This joins all clock control handling to same source by using hal clock functions. It also brings ESP32C3 clock support. Signed-off-by: Sylvio Alves <sylvio.alves@espressif.com>
10 lines
276 B
Text
10 lines
276 B
Text
# ESP32 Clock Driver configuration options
|
|
|
|
# Copyright (c) 2020 Mohamed ElShahawi
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config CLOCK_CONTROL_ESP32
|
|
bool "ESP32 Clock driver"
|
|
depends on SOC_ESP32 || SOC_ESP32S2 || SOC_ESP32C3
|
|
help
|
|
Enable support for ESP32 clock driver.
|