xref: /openbmc/linux/drivers/clk/mvebu/Kconfig (revision e89406c9)
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 DOVE_CLK
14	bool
15	select MVEBU_CLK_COMMON
16
17config KIRKWOOD_CLK
18	bool
19	select MVEBU_CLK_COMMON
20