xref: /openbmc/linux/drivers/clk/mvebu/Kconfig (revision 68be12bd)
1config MVEBU_CLK_CORE
2       bool
3
4config MVEBU_CLK_CPU
5       bool
6
7config MVEBU_CLK_GATING
8       bool
9
10config MVEBU_CLK_COMMON
11	bool
12
13config ARMADA_370_CLK
14	bool
15	select MVEBU_CLK_COMMON
16	select MVEBU_CLK_CPU
17
18config ARMADA_XP_CLK
19	bool
20	select MVEBU_CLK_COMMON
21	select MVEBU_CLK_CPU
22
23config DOVE_CLK
24	bool
25	select MVEBU_CLK_COMMON
26
27config KIRKWOOD_CLK
28	bool
29	select MVEBU_CLK_COMMON
30