MIPS: Kconfig: ingenic: Ensure MACH_INGENIC_GENERIC selects all SoCs
authorPaul Cercueil <paul@crapouillou.net>
Sun, 30 May 2021 17:17:58 +0000 (18:17 +0100)
committerThomas Bogendoerfer <tsbogend@alpha.franken.de>
Tue, 1 Jun 2021 09:44:47 +0000 (11:44 +0200)
The MACH_INGENIC_GENERIC config option must select all SoCs, in order
for all the SoC-specific drivers to become available.

Signed-off-by: Paul Cercueil <paul@crapouillou.net>
Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
arch/mips/ingenic/Kconfig

index 3238e16..f595b33 100644 (file)
@@ -4,9 +4,11 @@ config MACH_INGENIC_GENERIC
        bool
        select MACH_INGENIC
        select MACH_JZ4740
+       select MACH_JZ4725B
        select MACH_JZ4770
        select MACH_JZ4780
        select MACH_X1000
+       select MACH_X1830
 
 choice
        prompt "Machine type"