Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: mstar: remove unused config MACH_MERCURY

Commit 312b62b6610c ("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>

authored by

Lukas Bulwahn and committed by
Arnd Bergmann
d6053666 2e6115c1

-7
-7
arch/arm/mach-mstar/Kconfig
··· 20 20 help 21 21 Support for MStar/Sigmastar infinity IP camera SoCs. 22 22 23 - config MACH_MERCURY 24 - bool "MStar/Sigmastar mercury SoC support" 25 - default ARCH_MSTARV7 26 - help 27 - Support for MStar/Sigmastar mercury dash camera SoCs. 28 - Note that older Mercury2 SoCs are ARM9 based and not supported. 29 - 30 23 endif