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