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