]> git.karo-electronics.de Git - karo-tx-linux.git/blob - arch/arm/mach-mvebu/Kconfig
Merge tag 'acpi-video-3.11' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael...
[karo-tx-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_MBUS
14         select ZONE_DMA if ARM_LPAE
15         select ARCH_REQUIRE_GPIOLIB
16         select MIGHT_HAVE_PCI
17         select PCI_QUIRKS if PCI
18
19 if ARCH_MVEBU
20
21 menu "Marvell SOC with device tree"
22
23 config MACH_ARMADA_370_XP
24         bool
25         select ARMADA_370_XP_TIMER
26         select HAVE_SMP
27         select CACHE_L2X0
28         select CPU_PJ4B
29
30 config MACH_ARMADA_370
31         bool "Marvell Armada 370 boards"
32         select ARMADA_370_CLK
33         select MACH_ARMADA_370_XP
34         select PINCTRL_ARMADA_370
35         help
36           Say 'Y' here if you want your kernel to support boards based
37           on the Marvell Armada 370 SoC with device tree.
38
39 config MACH_ARMADA_XP
40         bool "Marvell Armada XP boards"
41         select ARMADA_XP_CLK
42         select MACH_ARMADA_370_XP
43         select PINCTRL_ARMADA_XP
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.
47
48 endmenu
49
50 endif