xref: /openbmc/linux/drivers/clk/sunxi-ng/Kconfig (revision 2ab836db)
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_DIV
10	bool
11	select SUNXI_CCU_MUX
12
13config SUNXI_CCU_FRAC
14	bool
15
16config SUNXI_CCU_GATE
17	bool
18
19config SUNXI_CCU_MUX
20	bool
21
22config SUNXI_CCU_PHASE
23	bool
24
25# Multi-factor clocks
26
27config SUNXI_CCU_MP
28	bool
29	select SUNXI_CCU_GATE
30	select SUNXI_CCU_MUX
31
32endif
33