]> git.ipfire.org Git - people/ms/u-boot.git/blame - drivers/clk/renesas/Kconfig
clk: renesas: Make clock tables Kconfig configurable
[people/ms/u-boot.git] / drivers / clk / renesas / Kconfig
CommitLineData
36c2ee4c
MV
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
7691ff2a 8 bool "Renesas RCar Gen3 clock driver"
36c2ee4c
MV
9 def_bool y if RCAR_GEN3
10 depends on CLK_RENESAS
11 help
7691ff2a 12 Enable this to support the clocks on Renesas RCar Gen3 SoC.
65f1bbf6
MV
13
14config CLK_R8A7795
15 bool "Renesas R8A7795 clock driver"
16 def_bool y if R8A7795
17 depends on CLK_RCAR_GEN3
18 help
19 Enable this to support the clocks on Renesas R8A7795 SoC.
20
21config CLK_R8A7796
22 bool "Renesas R8A7796 clock driver"
23 def_bool y if R8A7796
24 depends on CLK_RCAR_GEN3
25 help
26 Enable this to support the clocks on Renesas R8A7796 SoC.
27
28config CLK_R8A77970
29 bool "Renesas R8A77970 clock driver"
30 def_bool y if R8A77970
31 depends on CLK_RCAR_GEN3
32 help
33 Enable this to support the clocks on Renesas R8A77970 SoC.
34
35config CLK_R8A77995
36 bool "Renesas R8A77995 clock driver"
37 def_bool y if R8A77995
38 depends on CLK_RCAR_GEN3
39 help
40 Enable this to support the clocks on Renesas R8A77995 SoC.