summaryrefslogtreecommitdiff
path: root/drivers/clk/sunxi/Kconfig
blob: 041d711e58c13405e59b30a27b598d83fb7b80bb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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_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