blob: 7b270358536e15f737a78f3b75e59f19a298908f [file] [log] [blame]
Rob Herring387798b2012-09-06 13:41:12 -05001config 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 SPARSE_IRQ
10
Gregory CLEMENT31af49d2012-06-01 18:21:46 +020011if ARCH_MVEBU
12
13menu "Marvell SOC with device tree"
14
Thomas Petazzoni9ae6f742012-06-13 19:01:28 +020015config MACH_ARMADA_370_XP
16 bool "Marvell Armada 370 and Aramada XP boards"
17 select ARMADA_370_XP_TIMER
18 select CPU_V7
19 help
20
21 Say 'Y' here if you want your kernel to support boards based on
22 Marvell Armada 370 or Armada XP with device tree.
23
Gregory CLEMENT31af49d2012-06-01 18:21:46 +020024endmenu
25
26endif