mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-03-16 04:04:06 +00:00
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>
This commit is contained in:
parent
fc52f92a65
commit
63793d1413
1 changed files with 2 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue