blob: bf5ecb380102dd96e0bebec08bc561d4251c564c [file] [log] [blame]
Jagan Teki0d47bc72018-12-22 21:32:49 +05301config CLK_SUNXI
2 bool "Clock support for Allwinner SoCs"
3 depends on CLK && ARCH_SUNXI
4 default y
5 help
6 This enables support for common clock driver API on Allwinner
7 SoCs.
8
9if CLK_SUNXI
10
11config CLK_SUN50I_A64
12 bool "Clock driver for Allwinner A64"
13 default MACH_SUN50I
14 help
15 This enables common clock driver support for platforms based
16 on Allwinner A64 SoC.
17
18endif # CLK_SUNXI