]> Pileus Git - ~andy/linux/blob - arch/arm/mach-mvebu/Kconfig
arm: mvebu: select the pinctrl drivers for Armada 370 and Armada XP platforms
[~andy/linux] / arch / arm / mach-mvebu / Kconfig
1 if ARCH_MVEBU
2
3 menu "Marvell SOC with device tree"
4
5 config MACH_ARMADA_370_XP
6         bool
7         select ARMADA_370_XP_TIMER
8         select CPU_V7
9
10 config MACH_ARMADA_370
11         bool "Marvell Armada 370 boards"
12         select MACH_ARMADA_370_XP
13         select PINCTRL_ARMADA_370
14         help
15           Say 'Y' here if you want your kernel to support boards based
16           on the Marvell Armada 370 SoC with device tree.
17
18 config MACH_ARMADA_XP
19         bool "Marvell Armada XP boards"
20         select MACH_ARMADA_370_XP
21         select PINCTRL_ARMADA_XP
22         help
23           Say 'Y' here if you want your kernel to support boards based
24           on the Marvell Armada XP SoC with device tree.
25
26 endmenu
27
28 endif