diff options
| author | Marek Vasut <[email protected]> | 2025-10-27 17:33:29 +0100 |
|---|---|---|
| committer | Marek Vasut <[email protected]> | 2025-11-07 17:40:42 +0100 |
| commit | bc47ca03b801619c6510600719d74e776b711ac3 (patch) | |
| tree | 7fbd0d310de4df912975c08f5500d11e2218bed6 /drivers | |
| parent | fdf36c2e9ad4f770ee951398a86bd55404d9b7ec (diff) | |
clk: renesas: Isolate R-Car Gen3 driver to Gen3, Gen4 and RZ/G2L
Isolate Renesas R-Car Gen3 clock driver to R-Car Gen3 and Gen4 and RZ/G2L.
The Renesas R-Car Gen5 uses SCMI clock protocol driver instead. This is
a preparatory change for R-Car Gen5. No functional change.
Signed-off-by: Marek Vasut <[email protected]>
Diffstat (limited to 'drivers')
| -rw-r--r-- | drivers/clk/renesas/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/clk/renesas/Kconfig b/drivers/clk/renesas/Kconfig index 12966d02a22..51c87cc3606 100644 --- a/drivers/clk/renesas/Kconfig +++ b/drivers/clk/renesas/Kconfig @@ -51,8 +51,8 @@ config CLK_R8A7794 Enable this to support the clocks on Renesas R8A7794 SoC. config CLK_RCAR_GEN3 - bool "Renesas R-Car Gen3 and Gen4 clock driver" - def_bool y if RCAR_64 + bool "Renesas R-Car Gen3, Gen4, RZ/G2L clock driver" + def_bool y if RCAR_GEN3 || RCAR_GEN4 || RZG2L depends on CLK_RENESAS select CLK_RCAR select CLK_RCAR_CPG_LIB |
