Merge tag 'usb-5.11-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb
[linux/fpc-iii.git] / arch / arm / mach-mstar / Kconfig
blob576d1ab293c8734c587d2dd2d918c21358fbf874
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 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.
12 if ARCH_MSTARV7
14 config MACH_INFINITY
15         bool "MStar/Sigmastar infinity SoC support"
16         default ARCH_MSTARV7
17         help
18           Support for MStar/Sigmastar infinity IP camera SoCs.
20 config 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.
27 endif