mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-15 16:24:13 +08:00
d6053666ef
Commit 312b62b661
("ARM: mstar: Add machine for MStar/Sigmastar Armv7
SoCs") adds the config MACH_INFINITY and MACH_MERCURY. The MACH_INFINITY
config is used in the gpio-msc313 driver, but the MACH_MERCURY config is
never used to configure anything in the kernel tree.
Remove the unused config MACH_MERCURY.
Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
Acked-by: Romain Perier <romain.perier@gmail.com>
Link: https://lore.kernel.org/r/20230321033810.22017-1-lukas.bulwahn@gmail.com
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
24 lines
583 B
Plaintext
24 lines
583 B
Plaintext
menuconfig ARCH_MSTARV7
|
|
bool "MStar/Sigmastar Armv7 SoC Support"
|
|
depends on ARCH_MULTI_V7
|
|
select ARM_ERRATA_814220
|
|
select ARM_GIC
|
|
select ARM_HEAVY_MB
|
|
select HAVE_ARM_ARCH_TIMER
|
|
select MST_IRQ
|
|
select MSTAR_MSC313_MPLL
|
|
help
|
|
Support for newer MStar/Sigmastar SoC families that are
|
|
based on Armv7 cores like the Cortex A7 and share the same
|
|
basic hardware like the infinity and mercury series.
|
|
|
|
if ARCH_MSTARV7
|
|
|
|
config MACH_INFINITY
|
|
bool "MStar/Sigmastar infinity SoC support"
|
|
default ARCH_MSTARV7
|
|
help
|
|
Support for MStar/Sigmastar infinity IP camera SoCs.
|
|
|
|
endif
|