Back to home page

OSCL-LXR

 
 

    


0001 menuconfig ARCH_MSTARV7
0002         bool "MStar/Sigmastar Armv7 SoC Support"
0003         depends on ARCH_MULTI_V7
0004         select ARM_ERRATA_814220
0005         select ARM_GIC
0006         select ARM_HEAVY_MB
0007         select HAVE_ARM_ARCH_TIMER
0008         select MST_IRQ
0009         select MSTAR_MSC313_MPLL
0010         help
0011           Support for newer MStar/Sigmastar SoC families that are
0012           based on Armv7 cores like the Cortex A7 and share the same
0013           basic hardware like the infinity and mercury series.
0014 
0015 if ARCH_MSTARV7
0016 
0017 config MACH_INFINITY
0018         bool "MStar/Sigmastar infinity SoC support"
0019         default ARCH_MSTARV7
0020         help
0021           Support for MStar/Sigmastar infinity IP camera SoCs.
0022 
0023 config MACH_MERCURY
0024         bool "MStar/Sigmastar mercury SoC support"
0025         default ARCH_MSTARV7
0026         help
0027           Support for MStar/Sigmastar mercury dash camera SoCs.
0028           Note that older Mercury2 SoCs are ARM9 based and not supported.
0029 
0030 endif