1# Copyright (c) 2024 Renesas Electronics Corporation
2# SPDX-License-Identifier: Apache-2.0
3
4config CLOCK_CONTROL_RENESAS_RA_CGC
5	bool "RA CGC driver"
6	default y
7	depends on SOC_FAMILY_RENESAS_RA
8	depends on HAS_RENESAS_RA_FSP
9	help
10	  Enable support for Renesas RA CGC driver.
11