xref: /openbmc/linux/drivers/clk/sunxi-ng/Kconfig (revision 1a7e7c38)
1config SUNXI_CCU
2	bool "Clock support for Allwinner SoCs"
3	default ARCH_SUNXI
4
5if SUNXI_CCU
6
7# Base clock types
8
9config SUNXI_CCU_FRAC
10	bool
11
12config SUNXI_CCU_GATE
13	bool
14
15endif
16