xref: /openbmc/linux/drivers/clk/mvebu/Kconfig (revision 6b72333d)
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 DOVE_CLK
19	bool
20	select MVEBU_CLK_COMMON
21
22config KIRKWOOD_CLK
23	bool
24	select MVEBU_CLK_COMMON
25