1387798b3SRob Herringconfig ARCH_MVEBU 2387798b3SRob Herring bool "Marvell SOCs with Device Tree support" if ARCH_MULTI_V7 3387798b3SRob Herring select CLKSRC_MMIO 4387798b3SRob Herring select COMMON_CLK 5387798b3SRob Herring select GENERIC_CLOCKEVENTS 6387798b3SRob Herring select GENERIC_IRQ_CHIP 7387798b3SRob Herring select IRQ_DOMAIN 8387798b3SRob Herring select MULTI_IRQ_HANDLER 9*46f2007cSRob Herring select PINCTRL 10*46f2007cSRob Herring select PLAT_ORION 11387798b3SRob Herring select SPARSE_IRQ 12387798b3SRob Herring 1331af49dbSGregory CLEMENTif ARCH_MVEBU 1431af49dbSGregory CLEMENT 1531af49dbSGregory CLEMENTmenu "Marvell SOC with device tree" 1631af49dbSGregory CLEMENT 179ae6f740SThomas Petazzoniconfig MACH_ARMADA_370_XP 1885077087SThomas Petazzoni bool 199ae6f740SThomas Petazzoni select ARMADA_370_XP_TIMER 209ae6f740SThomas Petazzoni select CPU_V7 219ae6f740SThomas Petazzoni 2285077087SThomas Petazzoniconfig MACH_ARMADA_370 2385077087SThomas Petazzoni bool "Marvell Armada 370 boards" 2485077087SThomas Petazzoni select MACH_ARMADA_370_XP 255beb5f88SThomas Petazzoni select PINCTRL_ARMADA_370 2685077087SThomas Petazzoni help 2785077087SThomas Petazzoni Say 'Y' here if you want your kernel to support boards based 2885077087SThomas Petazzoni on the Marvell Armada 370 SoC with device tree. 2985077087SThomas Petazzoni 3085077087SThomas Petazzoniconfig MACH_ARMADA_XP 3185077087SThomas Petazzoni bool "Marvell Armada XP boards" 3285077087SThomas Petazzoni select MACH_ARMADA_370_XP 335beb5f88SThomas Petazzoni select PINCTRL_ARMADA_XP 3485077087SThomas Petazzoni help 3585077087SThomas Petazzoni Say 'Y' here if you want your kernel to support boards based 3685077087SThomas Petazzoni on the Marvell Armada XP SoC with device tree. 379ae6f740SThomas Petazzoni 3831af49dbSGregory CLEMENTendmenu 3931af49dbSGregory CLEMENT 4031af49dbSGregory CLEMENTendif 41