diff options
author | Paul Cercueil <paul@crapouillou.net> | 2021-05-30 18:17:58 +0100 |
---|---|---|
committer | Thomas Bogendoerfer <tsbogend@alpha.franken.de> | 2021-06-01 11:44:47 +0200 |
commit | 63793d14137f81ed8d2b9f5376098325b659c476 (patch) | |
tree | 5fbc75d1f03cf4e30c77143e5ac57c59bb0e90ef /arch/mips/ingenic | |
parent | fc52f92a653215fbd6bc522ac5311857b335e589 (diff) |
MIPS: Kconfig: ingenic: Ensure MACH_INGENIC_GENERIC selects all SoCs
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>
Diffstat (limited to 'arch/mips/ingenic')
-rw-r--r-- | arch/mips/ingenic/Kconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/mips/ingenic/Kconfig b/arch/mips/ingenic/Kconfig index 3238e16febd5..f595b339a4b8 100644 --- a/arch/mips/ingenic/Kconfig +++ b/arch/mips/ingenic/Kconfig @@ -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" |