Kconfig 177 字节
Newer Older
1 2 3
config SUNXI_CCU
	bool "Clock support for Allwinner SoCs"
	default ARCH_SUNXI
4 5 6 7 8 9 10 11

if SUNXI_CCU

# Base clock types

config SUNXI_CCU_FRAC
	bool

12 13 14
config SUNXI_CCU_GATE
	bool

15
endif