^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1) menuconfig ARCH_MSTARV7
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 2) bool "MStar/Sigmastar Armv7 SoC Support"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 3) depends on ARCH_MULTI_V7
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 4) select ARM_GIC
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 5) select ARM_HEAVY_MB
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 6) select HAVE_ARM_ARCH_TIMER
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 7) select MST_IRQ
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 8) help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 9) Support for newer MStar/Sigmastar SoC families that are
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 10) based on Armv7 cores like the Cortex A7 and share the same
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 11) basic hardware like the infinity and mercury series.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 12)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 13) if ARCH_MSTARV7
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 14)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 15) config MACH_INFINITY
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 16) bool "MStar/Sigmastar infinity SoC support"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 17) default ARCH_MSTARV7
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 18) help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 19) Support for MStar/Sigmastar infinity IP camera SoCs.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 20)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 21) config MACH_MERCURY
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 22) bool "MStar/Sigmastar mercury SoC support"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 23) default ARCH_MSTARV7
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 24) help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 25) Support for MStar/Sigmastar mercury dash camera SoCs.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 26) Note that older Mercury2 SoCs are ARM9 based and not supported.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 27)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 28) endif