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 help 7 Support for newer MStar/Sigmastar SoC families that are 8 based on Armv7 cores like the Cortex A7 and share the same 9 basic hardware like the infinity and mercury series. 10 11if ARCH_MSTARV7 12 13config MACH_INFINITY 14 bool "MStar/Sigmastar infinity SoC support" 15 default ARCH_MSTARV7 16 help 17 Support for MStar/Sigmastar infinity IP camera SoCs. 18 19config MACH_MERCURY 20 bool "MStar/Sigmastar mercury SoC support" 21 default ARCH_MSTARV7 22 help 23 Support for MStar/Sigmastar mercury dash camera SoCs. 24 Note that older Mercury2 SoCs are ARM9 based and not supported. 25 26endif 27