]> Pileus Git - ~andy/linux/blob - drivers/clk/mvebu/Kconfig
zram: use atomic operation for stat
[~andy/linux] / drivers / clk / mvebu / Kconfig
1 config MVEBU_CLK_COMMON
2         bool
3
4 config MVEBU_CLK_CPU
5         bool
6
7 config MVEBU_CLK_COREDIV
8         bool
9
10 config ARMADA_370_CLK
11         bool
12         select MVEBU_CLK_COMMON
13         select MVEBU_CLK_CPU
14         select MVEBU_CLK_COREDIV
15
16 config ARMADA_XP_CLK
17         bool
18         select MVEBU_CLK_COMMON
19         select MVEBU_CLK_CPU
20         select MVEBU_CLK_COREDIV
21
22 config DOVE_CLK
23         bool
24         select MVEBU_CLK_COMMON
25
26 config KIRKWOOD_CLK
27         bool
28         select MVEBU_CLK_COMMON