]> git.sur5r.net Git - u-boot/blob - drivers/clk/renesas/Kconfig
Merge branch 'master' of git://git.denx.de/u-boot-sunxi
[u-boot] / drivers / clk / renesas / Kconfig
1 config 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
7 config CLK_RCAR_GEN2
8         bool "Renesas RCar Gen2 clock driver"
9         def_bool y if RCAR_32
10         depends on CLK_RENESAS
11         help
12           Enable this to support the clocks on Renesas RCar Gen2 SoC.
13
14 config CLK_R8A7790
15         bool "Renesas R8A7790 clock driver"
16         def_bool y if R8A7790
17         depends on CLK_RCAR_GEN2
18         help
19           Enable this to support the clocks on Renesas R8A7790 SoC.
20
21 config CLK_R8A7791
22         bool "Renesas R8A7791 clock driver"
23         def_bool y if R8A7791
24         depends on CLK_RCAR_GEN2
25         help
26           Enable this to support the clocks on Renesas R8A7791 SoC.
27
28 config CLK_R8A7792
29         bool "Renesas R8A7792 clock driver"
30         def_bool y if R8A7792
31         depends on CLK_RCAR_GEN2
32         help
33           Enable this to support the clocks on Renesas R8A7792 SoC.
34
35 config CLK_R8A7793
36         bool "Renesas R8A7793 clock driver"
37         def_bool y if R8A7793
38         depends on CLK_RCAR_GEN2
39         help
40           Enable this to support the clocks on Renesas R8A7793 SoC.
41
42 config CLK_R8A7794
43         bool "Renesas R8A7794 clock driver"
44         def_bool y if R8A7794
45         depends on CLK_RCAR_GEN2
46         help
47           Enable this to support the clocks on Renesas R8A7794 SoC.
48
49 config CLK_RCAR_GEN3
50         bool "Renesas RCar Gen3 clock driver"
51         def_bool y if RCAR_GEN3
52         depends on CLK_RENESAS
53         help
54           Enable this to support the clocks on Renesas RCar Gen3 SoC.
55
56 config CLK_R8A7795
57         bool "Renesas R8A7795 clock driver"
58         def_bool y if R8A7795
59         depends on CLK_RCAR_GEN3
60         help
61           Enable this to support the clocks on Renesas R8A7795 SoC.
62
63 config CLK_R8A7796
64         bool "Renesas R8A7796 clock driver"
65         def_bool y if R8A7796
66         depends on CLK_RCAR_GEN3
67         help
68           Enable this to support the clocks on Renesas R8A7796 SoC.
69
70 config CLK_R8A77970
71         bool "Renesas R8A77970 clock driver"
72         def_bool y if R8A77970
73         depends on CLK_RCAR_GEN3
74         help
75           Enable this to support the clocks on Renesas R8A77970 SoC.
76
77 config CLK_R8A77990
78         bool "Renesas R8A77990 clock driver"
79         def_bool y if R8A77990
80         depends on CLK_RCAR_GEN3
81         help
82           Enable this to support the clocks on Renesas R8A77990 SoC.
83
84 config CLK_R8A77995
85         bool "Renesas R8A77995 clock driver"
86         def_bool y if R8A77995
87         depends on CLK_RCAR_GEN3
88         help
89           Enable this to support the clocks on Renesas R8A77995 SoC.