diff options
Diffstat (limited to 'arch/arm/mach-mvebu/Kconfig')
-rw-r--r-- | arch/arm/mach-mvebu/Kconfig | 16 |
1 files changed, 13 insertions, 3 deletions
diff --git a/arch/arm/mach-mvebu/Kconfig b/arch/arm/mach-mvebu/Kconfig index caa2c5e734fe..5540a8b83af8 100644 --- a/arch/arm/mach-mvebu/Kconfig +++ b/arch/arm/mach-mvebu/Kconfig | |||
@@ -3,13 +3,23 @@ if ARCH_MVEBU | |||
3 | menu "Marvell SOC with device tree" | 3 | menu "Marvell SOC with device tree" |
4 | 4 | ||
5 | config MACH_ARMADA_370_XP | 5 | config MACH_ARMADA_370_XP |
6 | bool "Marvell Armada 370 and Aramada XP boards" | 6 | bool |
7 | select ARMADA_370_XP_TIMER | 7 | select ARMADA_370_XP_TIMER |
8 | select CPU_V7 | 8 | select CPU_V7 |
9 | |||
10 | config MACH_ARMADA_370 | ||
11 | bool "Marvell Armada 370 boards" | ||
12 | select MACH_ARMADA_370_XP | ||
9 | help | 13 | help |
14 | Say 'Y' here if you want your kernel to support boards based | ||
15 | on the Marvell Armada 370 SoC with device tree. | ||
10 | 16 | ||
11 | Say 'Y' here if you want your kernel to support boards based on | 17 | config MACH_ARMADA_XP |
12 | Marvell Armada 370 or Armada XP with device tree. | 18 | bool "Marvell Armada XP boards" |
19 | select MACH_ARMADA_370_XP | ||
20 | help | ||
21 | Say 'Y' here if you want your kernel to support boards based | ||
22 | on the Marvell Armada XP SoC with device tree. | ||
13 | 23 | ||
14 | endmenu | 24 | endmenu |
15 | 25 | ||