nfsd4: implement backchannel_ctl operation
[linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git] / arch / arm / mach-mvebu / Kconfig
blob416d46ef7ebd3f3a477225327a708e5dd339a126
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
13 if ARCH_MVEBU
15 menu "Marvell SOC with device tree"
17 config MACH_ARMADA_370_XP
18         bool
19         select ARMADA_370_XP_TIMER
20         select CPU_V7
22 config MACH_ARMADA_370
23         bool "Marvell Armada 370 boards"
24         select MACH_ARMADA_370_XP
25         select PINCTRL_ARMADA_370
26         help
27           Say 'Y' here if you want your kernel to support boards based
28           on the Marvell Armada 370 SoC with device tree.
30 config MACH_ARMADA_XP
31         bool "Marvell Armada XP boards"
32         select MACH_ARMADA_370_XP
33         select PINCTRL_ARMADA_XP
34         help
35           Say 'Y' here if you want your kernel to support boards based
36           on the Marvell Armada XP SoC with device tree.
38 endmenu
40 endif