blob: cd300eeedc2067f06e5652e10cb50aecc1cb0f97 [file] [log] [blame]
Daniel Palmer312b62b2020-07-10 18:45:38 +09001menuconfig ARCH_MSTARV7
2 bool "MStar/Sigmastar Armv7 SoC Support"
3 depends on ARCH_MULTI_V7
4 select ARM_GIC
5 select ARM_HEAVY_MB
Daniel Palmer511bd852020-10-02 22:34:14 +09006 select MST_IRQ
Daniel Palmerde73b5a2021-03-01 21:35:40 +09007 select MSTAR_MSC313_MPLL
Daniel Palmer312b62b2020-07-10 18:45:38 +09008 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