Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux
[deliverable/linux.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 12 select CLKDEV_LOOKUP
87e1bed4 13 select MVEBU_MBUS
99ff0561 14 select ZONE_DMA if ARM_LPAE
c689cbac 15 select ARCH_REQUIRE_GPIOLIB
bda7aabd
TP
16 select MIGHT_HAVE_PCI
17 select PCI_QUIRKS if PCI
387798b3 18
31af49db
GC
19if ARCH_MVEBU
20
21menu "Marvell SOC with device tree"
22
9ae6f740 23config MACH_ARMADA_370_XP
85077087 24 bool
9ae6f740 25 select ARMADA_370_XP_TIMER
45f5984a 26 select HAVE_SMP
d792b1e9 27 select CACHE_L2X0
de490193 28 select CPU_PJ4B
85077087
TP
29
30config MACH_ARMADA_370
31 bool "Marvell Armada 370 boards"
9cbbc515 32 select ARMADA_370_CLK
85077087 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"
9cbbc515 41 select ARMADA_XP_CLK
85077087 42 select MACH_ARMADA_370_XP
5beb5f88 43 select PINCTRL_ARMADA_XP
85077087
TP
44 help
45 Say 'Y' here if you want your kernel to support boards based
46 on the Marvell Armada XP SoC with device tree.
9ae6f740 47
31af49db
GC
48endmenu
49
50endif
This page took 0.07227 seconds and 5 git commands to generate.