GNU Linux-libre 5.15.137-gnu
[releases.git] / arch / arm / mach-mstar / Kconfig
1 menuconfig 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 HAVE_ARM_ARCH_TIMER
7         select MST_IRQ
8         select MSTAR_MSC313_MPLL
9         help
10           Support for newer MStar/Sigmastar SoC families that are
11           based on Armv7 cores like the Cortex A7 and share the same
12           basic hardware like the infinity and mercury series.
13
14 if ARCH_MSTARV7
15
16 config MACH_INFINITY
17         bool "MStar/Sigmastar infinity SoC support"
18         default ARCH_MSTARV7
19         help
20           Support for MStar/Sigmastar infinity IP camera SoCs.
21
22 config MACH_MERCURY
23         bool "MStar/Sigmastar mercury SoC support"
24         default ARCH_MSTARV7
25         help
26           Support for MStar/Sigmastar mercury dash camera SoCs.
27           Note that older Mercury2 SoCs are ARM9 based and not supported.
28
29 endif