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 PINCTRL 10 select PLAT_ORION 11 select SPARSE_IRQ 12 13if ARCH_MVEBU 14 15menu "Marvell SOC with device tree" 16 17config MACH_ARMADA_370_XP 18 bool 19 select ARMADA_370_XP_TIMER 20 select CPU_V7 21 22config MACH_ARMADA_370 23 bool "Marvell Armada 370 boards" 24 select MACH_ARMADA_370_XP 25 select PINCTRL_ARMADA_370 26 help 27 Say 'Y' here if you want your kernel to support boards based 28 on the Marvell Armada 370 SoC with device tree. 29 30config MACH_ARMADA_XP 31 bool "Marvell Armada XP boards" 32 select MACH_ARMADA_370_XP 33 select PINCTRL_ARMADA_XP 34 help 35 Say 'Y' here if you want your kernel to support boards based 36 on the Marvell Armada XP SoC with device tree. 37 38endmenu 39 40endif 41