1# Copyright (c) 2024 Michael Hope
2# SPDX-License-Identifier: Apache-2.0
3
4config CLOCK_CONTROL_WCH_RCC
5	bool "WCH CH32V00x Reset and Clock Control (RCC) driver"
6	default y
7	depends on DT_HAS_WCH_RCC_ENABLED
8