clk: sunxi: Add Allwinner A31 CLK driver
[platform/kernel/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_H3
34         bool "Clock driver for Allwinner H3/H5"
35         default MACH_SUNXI_H3_H5
36         help
37           This enables common clock driver support for platforms based
38           on Allwinner H3/H5 SoC.
39
40 config CLK_SUN50I_A64
41         bool "Clock driver for Allwinner A64"
42         default MACH_SUN50I
43         help
44           This enables common clock driver support for platforms based
45           on Allwinner A64 SoC.
46
47 endif # CLK_SUNXI