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]>
---
Cc: Nobuhiro Iwamatsu <[email protected]>
Cc: Sean Anderson <[email protected]>
Cc: Tom Rini <[email protected]>
Cc: [email protected]
---
 drivers/clk/renesas/Kconfig | 4 ++--
 1 file 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
-- 
2.51.0

Reply via email to