mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-02 04:24:57 +00:00
This commit adds the clock driver for WCH CH32V003. Signed-off-by: Michael Hope <michaelh@juju.nz> Signed-off-by: Dhiru Kholia <dhiru.kholia@gmail.com>
8 lines
206 B
Plaintext
8 lines
206 B
Plaintext
# Copyright (c) 2024 Michael Hope
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config CLOCK_CONTROL_WCH_RCC
|
|
bool "WCH CH32V00x Reset and Clock Control (RCC) driver"
|
|
default y
|
|
depends on DT_HAS_WCH_RCC_ENABLED
|