1if ARCH_MVEBU 2 3menu "Marvell SOC with device tree" 4 5config MACH_ARMADA_370_XP 6 bool "Marvell Armada 370 and Aramada XP boards" 7 select ARMADA_370_XP_TIMER 8 select CPU_V7 9 help 10 11 Say 'Y' here if you want your kernel to support boards based on 12 Marvell Armada 370 or Armada XP with device tree. 13 14endmenu 15 16endif 17