blob: 5540a8b83af8be17b3fa41447f2b4c19abdb5e18 [file] [log] [blame]
Gregory CLEMENT31af49d2012-06-01 18:21:46 +02001if ARCH_MVEBU
2
3menu "Marvell SOC with device tree"
4
Thomas Petazzoni9ae6f742012-06-13 19:01:28 +02005config MACH_ARMADA_370_XP
Thomas Petazzoni85077082012-09-13 17:41:51 +02006 bool
Thomas Petazzoni9ae6f742012-06-13 19:01:28 +02007 select ARMADA_370_XP_TIMER
8 select CPU_V7
Thomas Petazzoni9ae6f742012-06-13 19:01:28 +02009
Thomas Petazzoni85077082012-09-13 17:41:51 +020010config MACH_ARMADA_370
11 bool "Marvell Armada 370 boards"
12 select MACH_ARMADA_370_XP
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.
16
17config MACH_ARMADA_XP
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.
Thomas Petazzoni9ae6f742012-06-13 19:01:28 +020023
Gregory CLEMENT31af49d2012-06-01 18:21:46 +020024endmenu
25
26endif