a6f84e9e56af3f417d42a1a838f2568958f922e1
[oweals/u-boot.git] / drivers / clk / sunxi / Kconfig
1 config CLK_SUNXI
2         bool "Clock support for Allwinner SoCs"
3         depends on CLK && ARCH_SUNXI
4         select DM_RESET
5         default y
6         help
7           This enables support for common clock driver API on Allwinner
8           SoCs.
9
10 if CLK_SUNXI
11
12 config CLK_SUN4I_A10
13         bool "Clock driver for Allwinner A10/A20"
14         default MACH_SUN4I || MACH_SUN7I
15         help
16           This enables common clock driver support for platforms based
17           on Allwinner A10/A20 SoC.
18
19 config CLK_SUN5I_A10S
20         bool "Clock driver for Allwinner A10s/A13"
21         default MACH_SUN5I
22         help
23           This enables common clock driver support for platforms based
24           on Allwinner A10s/A13 SoC.
25
26 config CLK_SUN6I_A31
27         bool "Clock driver for Allwinner A31/A31s"
28         default MACH_SUN6I
29         help
30           This enables common clock driver support for platforms based
31           on Allwinner A31/A31s SoC.
32
33 config CLK_SUN8I_A23
34         bool "Clock driver for Allwinner A23/A33"
35         default MACH_SUN8I_A23 || MACH_SUN8I_A33
36         help
37           This enables common clock driver support for platforms based
38           on Allwinner A23/A33 SoC.
39
40 config CLK_SUN8I_A83T
41         bool "Clock driver for Allwinner A83T"
42         default MACH_SUN8I_A83T
43         help
44           This enables common clock driver support for platforms based
45           on Allwinner A83T SoC.
46
47 config CLK_SUN8I_R40
48         bool "Clock driver for Allwinner R40"
49         default MACH_SUN8I_R40
50         help
51           This enables common clock driver support for platforms based
52           on Allwinner R40 SoC.
53
54 config CLK_SUN8I_V3S
55         bool "Clock driver for Allwinner V3S"
56         default MACH_SUN8I_V3S
57         help
58           This enables common clock driver support for platforms based
59           on Allwinner V3S SoC.
60
61 config CLK_SUN8I_H3
62         bool "Clock driver for Allwinner H3/H5"
63         default MACH_SUNXI_H3_H5
64         help
65           This enables common clock driver support for platforms based
66           on Allwinner H3/H5 SoC.
67
68 config CLK_SUN50I_A64
69         bool "Clock driver for Allwinner A64"
70         default MACH_SUN50I
71         help
72           This enables common clock driver support for platforms based
73           on Allwinner A64 SoC.
74
75 endif # CLK_SUNXI