Merge tag 'marvell-net-xor-defconfig-for-3.8' of github.com:MISL-EBU-System-SW/mainli...
[cascardo/linux.git] / arch / arm / mach-mvebu / Kconfig
1 config ARCH_MVEBU
2         bool "Marvell SOCs with Device Tree support" if ARCH_MULTI_V7
3         select CLKSRC_MMIO
4         select COMMON_CLK
5         select GENERIC_CLOCKEVENTS
6         select GENERIC_IRQ_CHIP
7         select IRQ_DOMAIN
8         select MULTI_IRQ_HANDLER
9         select PINCTRL
10         select PLAT_ORION
11         select SPARSE_IRQ
12         select CLKDEV_LOOKUP
13         select MVEBU_CLK_CORE
14         select MVEBU_CLK_CPU
15         select MVEBU_CLK_GATING
16
17 if ARCH_MVEBU
18
19 menu "Marvell SOC with device tree"
20
21 config MACH_ARMADA_370_XP
22         bool
23         select ARMADA_370_XP_TIMER
24         select CPU_V7
25
26 config MACH_ARMADA_370
27         bool "Marvell Armada 370 boards"
28         select MACH_ARMADA_370_XP
29         select PINCTRL_ARMADA_370
30         help
31           Say 'Y' here if you want your kernel to support boards based
32           on the Marvell Armada 370 SoC with device tree.
33
34 config MACH_ARMADA_XP
35         bool "Marvell Armada XP boards"
36         select MACH_ARMADA_370_XP
37         select PINCTRL_ARMADA_XP
38         help
39           Say 'Y' here if you want your kernel to support boards based
40           on the Marvell Armada XP SoC with device tree.
41
42 endmenu
43
44 endif