zephyr/drivers/clock_control/Kconfig.renesas_ra_cgc
Quy Tran 370bd31d2a dts: bindings: clock: Change clock control binding for Renesas RA
Background of this modification is to make clock control
driver code provided by Renesas vendor to support for Renesas MCU
on Zephyr.

Signed-off-by: Quy Tran <quy.tran.pz@renesas.com>
2024-08-19 09:59:27 -04:00

11 lines
277 B
Plaintext

# Copyright (c) 2024 Renesas Electronics Corporation
# SPDX-License-Identifier: Apache-2.0
config CLOCK_CONTROL_RENESAS_RA_CGC
bool "RA CGC driver"
default y
depends on SOC_FAMILY_RENESAS_RA
depends on HAS_RENESAS_RA_FSP
help
Enable support for Renesas RA CGC driver.