1# Copyright (c) 2022 Teslabs Engineering S.L.
2# SPDX-License-Identifier: Apache-2.0
3
4config CLOCK_CONTROL_GD32
5 bool "GD32 clock control"
6 default y
7 depends on DT_HAS_GD_GD32_CCTL_ENABLED
8 help
9 Enable driver for Gigadevice Reset Clock Unit (RCU).
10