Merge tag 'mxs-fixes-3.10' of git://git.linaro.org/people/shawnguo/linux-2.6 into...
[GitHub/mt8127/android_kernel_alcatel_ttab.git] / arch / arm / mach-mvebu / Kconfig
CommitLineData
387798b3
RH
1config 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
46f2007c
RH
9 select PINCTRL
10 select PLAT_ORION
387798b3 11 select SPARSE_IRQ
9d202783
GC
12 select CLKDEV_LOOKUP
13 select MVEBU_CLK_CORE
14 select MVEBU_CLK_CPU
15 select MVEBU_CLK_GATING
87e1bed4 16 select MVEBU_MBUS
99ff0561 17 select ZONE_DMA if ARM_LPAE
c689cbac 18 select ARCH_REQUIRE_GPIOLIB
387798b3 19
31af49db
GC
20if ARCH_MVEBU
21
22menu "Marvell SOC with device tree"
23
9ae6f740 24config MACH_ARMADA_370_XP
85077087 25 bool
9ae6f740 26 select ARMADA_370_XP_TIMER
45f5984a 27 select HAVE_SMP
d792b1e9 28 select CACHE_L2X0
de490193 29 select CPU_PJ4B
85077087
TP
30
31config MACH_ARMADA_370
32 bool "Marvell Armada 370 boards"
33 select MACH_ARMADA_370_XP
5beb5f88 34 select PINCTRL_ARMADA_370
9ae6f740 35 help
85077087
TP
36 Say 'Y' here if you want your kernel to support boards based
37 on the Marvell Armada 370 SoC with device tree.
9ae6f740 38
85077087
TP
39config MACH_ARMADA_XP
40 bool "Marvell Armada XP boards"
41 select MACH_ARMADA_370_XP
5beb5f88 42 select PINCTRL_ARMADA_XP
85077087
TP
43 help
44 Say 'Y' here if you want your kernel to support boards based
45 on the Marvell Armada XP SoC with device tree.
9ae6f740 46
31af49db
GC
47endmenu
48
49endif