1config CLK_RENESAS 2 bool "Renesas clock drivers" 3 depends on CLK && ARCH_RMOBILE 4 help 5 Enable support for clock present on Renesas RCar SoCs. 6 7config CLK_RCAR_GEN3 8 bool "Renesas RCar Gen3 R8A7795/R8A7796 clock driver" 9 def_bool y if RCAR_GEN3 10 depends on CLK_RENESAS 11 help 12 Enable this to support the clocks on Renesas RCar Gen3 13 R8A7795 and R8A7796 SoC. 14