summaryrefslogtreecommitdiffstats
path: root/drivers/clk/sunxi-ng/Kconfig
blob: 2f135c8a61b681872f21896663d5342f81f1115c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
config SUNXI_CCU
	bool "Clock support for Allwinner SoCs"
	default ARCH_SUNXI

if SUNXI_CCU

# Base clock types

config SUNXI_CCU_FRAC
	bool

config SUNXI_CCU_GATE
	bool

endif