You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
668 B
19 lines
668 B
# Copyright (c) 2024-2025 Renesas Electronics Corporation |
|
# SPDX-License-Identifier: Apache-2.0 |
|
|
|
config CLOCK_CONTROL_RENESAS_RZ_CPG |
|
bool "Renesas RZ/G Clock Control Driver" |
|
default y |
|
depends on DT_HAS_RENESAS_RZ_CPG_ENABLED |
|
select USE_RZ_FSP_CPG |
|
help |
|
Enable support for Renesas RZ CPG Clock Pulse Generator (CPG) driver. |
|
The CPG driver supports only module's clocks. |
|
The PLLs and core clocks are not configured by the CPG driver. |
|
|
|
config CLOCK_CONTROL_RENESAS_RZA2M_CPG |
|
bool "Renesas RZ/A2M Clock Control Driver" |
|
default y |
|
depends on DT_HAS_RENESAS_RZA2M_CPG_ENABLED |
|
help |
|
Enable support for Renesas RZ/A2M CPG Clock Pulse Generator (CPG) driver.
|
|
|