1config 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 11if ARCH_MVEBU 12 13menu "Marvell SOC with device tree" 14 15config 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 24endmenu 25 26endif 27