Merge branch 'net' of https://gitlab.denx.de/u-boot/custodians/u-boot-sh
[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_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         depends on CLK_RCAR_GEN2
17         help
18           Enable this to support the clocks on Renesas R8A7790 SoC.
19
20 config CLK_R8A7791
21         bool "Renesas R8A7791 clock driver"
22         depends on CLK_RCAR_GEN2
23         help
24           Enable this to support the clocks on Renesas R8A7791 SoC.
25
26 config CLK_R8A7792
27         bool "Renesas R8A7792 clock driver"
28         depends on CLK_RCAR_GEN2
29         help
30           Enable this to support the clocks on Renesas R8A7792 SoC.
31
32 config CLK_R8A7793
33         bool "Renesas R8A7793 clock driver"
34         depends on CLK_RCAR_GEN2
35         help
36           Enable this to support the clocks on Renesas R8A7793 SoC.
37
38 config CLK_R8A7794
39         bool "Renesas R8A7794 clock driver"
40         depends on CLK_RCAR_GEN2
41         help
42           Enable this to support the clocks on Renesas R8A7794 SoC.
43
44 config CLK_RCAR_GEN3
45         bool "Renesas RCar Gen3 clock driver"
46         def_bool y if RCAR_GEN3
47         depends on CLK_RENESAS
48         help
49           Enable this to support the clocks on Renesas RCar Gen3 SoC.
50
51 config CLK_R8A7795
52         bool "Renesas R8A7795 clock driver"
53         depends on CLK_RCAR_GEN3
54         help
55           Enable this to support the clocks on Renesas R8A7795 SoC.
56
57 config CLK_R8A7796
58         bool "Renesas R8A7796 clock driver"
59         depends on CLK_RCAR_GEN3
60         help
61           Enable this to support the clocks on Renesas R8A7796 SoC.
62
63 config CLK_R8A77965
64         bool "Renesas R8A77965 clock driver"
65         depends on CLK_RCAR_GEN3
66         help
67           Enable this to support the clocks on Renesas R8A77965 SoC.
68
69 config CLK_R8A77970
70         bool "Renesas R8A77970 clock driver"
71         depends on CLK_RCAR_GEN3
72         help
73           Enable this to support the clocks on Renesas R8A77970 SoC.
74
75 config CLK_R8A77980
76         bool "Renesas R8A77980 clock driver"
77         depends on CLK_RCAR_GEN3
78         help
79           Enable this to support the clocks on Renesas R8A77980 SoC.
80
81 config CLK_R8A77990
82         bool "Renesas R8A77990 clock driver"
83         depends on CLK_RCAR_GEN3
84         help
85           Enable this to support the clocks on Renesas R8A77990 SoC.
86
87 config CLK_R8A77995
88         bool "Renesas R8A77995 clock driver"
89         depends on CLK_RCAR_GEN3
90         help
91           Enable this to support the clocks on Renesas R8A77995 SoC.