1menuconfig ARCH_MSTARV7 2 bool "MStar/Sigmastar Armv7 SoC Support" 3 depends on ARCH_MULTI_V7 4 select ARM_GIC 5 select ARM_HEAVY_MB 6 select MST_IRQ 7 select MSTAR_MSC313_MPLL 8 help 9 Support for newer MStar/Sigmastar SoC families that are 10 based on Armv7 cores like the Cortex A7 and share the same 11 basic hardware like the infinity and mercury series. 12 13if ARCH_MSTARV7 14 15config MACH_INFINITY 16 bool "MStar/Sigmastar infinity SoC support" 17 default ARCH_MSTARV7 18 help 19 Support for MStar/Sigmastar infinity IP camera SoCs. 20 21config MACH_MERCURY 22 bool "MStar/Sigmastar mercury SoC support" 23 default ARCH_MSTARV7 24 help 25 Support for MStar/Sigmastar mercury dash camera SoCs. 26 Note that older Mercury2 SoCs are ARM9 based and not supported. 27 28endif 29