Merge tag 'xilinx-for-v2023.07-rc1' of https://source.denx.de/u-boot/custodians/u...
[platform/kernel/u-boot.git] / 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_CPG_LIB
8         bool "CPG/MSSR library functions"
9
10 config CLK_RCAR_GEN2
11         bool "Renesas RCar Gen2 clock driver"
12         def_bool y if RCAR_32
13         depends on CLK_RENESAS
14         help
15           Enable this to support the clocks on Renesas RCar Gen2 SoC.
16
17 config CLK_R8A7790
18         bool "Renesas R8A7790 clock driver"
19         depends on CLK_RCAR_GEN2
20         help
21           Enable this to support the clocks on Renesas R8A7790 SoC.
22
23 config CLK_R8A7791
24         bool "Renesas R8A7791 clock driver"
25         depends on CLK_RCAR_GEN2
26         help
27           Enable this to support the clocks on Renesas R8A7791 SoC.
28
29 config CLK_R8A7792
30         bool "Renesas R8A7792 clock driver"
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         depends on CLK_RCAR_GEN2
38         help
39           Enable this to support the clocks on Renesas R8A7793 SoC.
40
41 config CLK_R8A7794
42         bool "Renesas R8A7794 clock driver"
43         depends on CLK_RCAR_GEN2
44         help
45           Enable this to support the clocks on Renesas R8A7794 SoC.
46
47 config CLK_RCAR_GEN3
48         bool "Renesas RCar Gen3 clock driver"
49         def_bool y if RCAR_GEN3
50         depends on CLK_RENESAS
51         select CLK_RCAR_CPG_LIB
52         select DM_RESET
53         help
54           Enable this to support the clocks on Renesas RCar Gen3 SoC.
55
56 config CLK_R8A774A1
57         bool "Renesas R8A774A1 clock driver"
58         def_bool y if R8A774A1
59         depends on CLK_RCAR_GEN3
60         help
61           Enable this to support the clocks on Renesas R8A774A1 SoC.
62
63 config CLK_R8A774B1
64         bool "Renesas R8A774B1 clock driver"
65         depends on CLK_RCAR_GEN3
66         help
67           Enable this to support the clocks on Renesas R8A774B1 SoC.
68
69 config CLK_R8A774C0
70         bool "Renesas R8A774C0 clock driver"
71         depends on CLK_RCAR_GEN3
72         help
73           Enable this to support the clocks on Renesas R8A774C0 SoC.
74
75 config CLK_R8A774E1
76         bool "Renesas R8A774E1 clock driver"
77         depends on CLK_RCAR_GEN3
78         help
79           Enable this to support the clocks on Renesas R8A774E1 SoC.
80
81 config CLK_R8A7795
82         bool "Renesas R8A7795 clock driver"
83         depends on CLK_RCAR_GEN3
84         help
85           Enable this to support the clocks on Renesas R8A7795 SoC.
86
87 config CLK_R8A77960
88         bool "Renesas R8A77960 clock driver"
89         depends on CLK_RCAR_GEN3
90         help
91           Enable this to support the clocks on Renesas R8A77960 SoC.
92
93 config CLK_R8A77961
94         bool "Renesas R8A77961 clock driver"
95         depends on CLK_RCAR_GEN3
96         help
97           Enable this to support the clocks on Renesas R8A77961 SoC.
98
99 config CLK_R8A77965
100         bool "Renesas R8A77965 clock driver"
101         depends on CLK_RCAR_GEN3
102         help
103           Enable this to support the clocks on Renesas R8A77965 SoC.
104
105 config CLK_R8A77970
106         bool "Renesas R8A77970 clock driver"
107         depends on CLK_RCAR_GEN3
108         help
109           Enable this to support the clocks on Renesas R8A77970 SoC.
110
111 config CLK_R8A77980
112         bool "Renesas R8A77980 clock driver"
113         depends on CLK_RCAR_GEN3
114         help
115           Enable this to support the clocks on Renesas R8A77980 SoC.
116
117 config CLK_R8A77990
118         bool "Renesas R8A77990 clock driver"
119         depends on CLK_RCAR_GEN3
120         help
121           Enable this to support the clocks on Renesas R8A77990 SoC.
122
123 config CLK_R8A77995
124         bool "Renesas R8A77995 clock driver"
125         depends on CLK_RCAR_GEN3
126         help
127           Enable this to support the clocks on Renesas R8A77995 SoC.
128
129 config CLK_R8A779A0
130         bool "Renesas R8A779A0 clock driver"
131         depends on CLK_RCAR_GEN3
132         help
133           Enable this to support the clocks on Renesas R8A779A0 SoC.