mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-02 08:12:37 +00:00
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>
11 lines
276 B
Plaintext
11 lines
276 B
Plaintext
# 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.
|