clk: sunxi: Add Allwinner A10s/A13 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_SUN8I_H3
27         bool "Clock driver for Allwinner H3/H5"
28         default MACH_SUNXI_H3_H5
29         help
30           This enables common clock driver support for platforms based
31           on Allwinner H3/H5 SoC.
32
33 config CLK_SUN50I_A64
34         bool "Clock driver for Allwinner A64"
35         default MACH_SUN50I
36         help
37           This enables common clock driver support for platforms based
38           on Allwinner A64 SoC.
39
40 endif # CLK_SUNXI