Merge tag 'multiplatform' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
[pandora-kernel.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 SPARSE_IRQ
10
11 if ARCH_MVEBU
12
13 menu "Marvell SOC with device tree"
14
15 config MACH_ARMADA_370_XP
16         bool "Marvell Armada 370 and Aramada XP boards"
17         select ARMADA_370_XP_TIMER
18         select CPU_V7
19         help
20
21           Say 'Y' here if you want your kernel to support boards based on
22           Marvell Armada 370 or Armada XP with device tree.
23
24 endmenu
25
26 endif