1# Copyright (c) 2024 Renesas Electronics Corporation 2# SPDX-License-Identifier: Apache-2.0 3 4config CLOCK_CONTROL_RENESAS_RZ_CPG 5 bool "Renesas RZ/G Clock Control Driver" 6 default y 7 depends on DT_HAS_RENESAS_RZ_CPG_ENABLED 8 select USE_RZ_FSP_CPG 9 help 10 Enable support for Renesas RZ CPG Clock Pulse Generator (CPG) driver. 11 The CPG driver supports only module's clocks. 12 The PLLs and core clocks are not configured by the CPG driver. 13