ARM: mvebu: Fix ranges entry on XP GP board
[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
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
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"
32 select MACH_ARMADA_370_XP
5beb5f88 33 select PINCTRL_ARMADA_370
9ae6f740 34 help
85077087
TP
35 Say 'Y' here if you want your kernel to support boards based
36 on the Marvell Armada 370 SoC with device tree.
9ae6f740 37
85077087
TP
38config MACH_ARMADA_XP
39 bool "Marvell Armada XP boards"
40 select MACH_ARMADA_370_XP
5beb5f88 41 select PINCTRL_ARMADA_XP
85077087
TP
42 help
43 Say 'Y' here if you want your kernel to support boards based
44 on the Marvell Armada XP SoC with device tree.
9ae6f740 45
31af49db
GC
46endmenu
47
48endif
This page took 0.06137 seconds and 5 git commands to generate.