summaryrefslogtreecommitdiff
path: root/drivers/clk/sunxi/Kconfig
blob: 535b0dc02c621dd40c61bdbbc7f65e3fe569e01b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
config CLK_SUNXI
	bool "Clock support for Allwinner SoCs"
	depends on CLK && ARCH_SUNXI
	select DM_RESET
	default y
	help
	  This enables support for common clock driver API on Allwinner
	  SoCs.

if CLK_SUNXI

config CLK_SUN4I_A10
	bool "Clock driver for Allwinner A10/A20"
	default MACH_SUN4I || MACH_SUN7I
	help
	  This enables common clock driver support for platforms based
	  on Allwinner A10/A20 SoC.

config CLK_SUN5I_A10S
	bool "Clock driver for Allwinner A10s/A13"
	default MACH_SUN5I
	help
	  This enables common clock driver support for platforms based
	  on Allwinner A10s/A13 SoC.

config CLK_SUN6I_A31
	bool "Clock driver for Allwinner A31/A31s"
	default MACH_SUN6I
	help
	  This enables common clock driver support for platforms based
	  on Allwinner A31/A31s SoC.

config CLK_SUN8I_H3
	bool "Clock driver for Allwinner H3/H5"
	default MACH_SUNXI_H3_H5
	help
	  This enables common clock driver support for platforms based
	  on Allwinner H3/H5 SoC.

config CLK_SUN50I_A64
	bool "Clock driver for Allwinner A64"
	default MACH_SUN50I
	help
	  This enables common clock driver support for platforms based
	  on Allwinner A64 SoC.

endif # CLK_SUNXI