From: Paul Cercueil Date: Mon, 25 May 2020 17:41:55 +0000 (+0200) Subject: MIPS: ingenic: Default to a generic board X-Git-Tag: v5.8-rc1~173^2~16 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=62249209a77222e1cfb38dde310bd5a877524f7d;p=thirdparty%2Fkernel%2Flinux.git MIPS: ingenic: Default to a generic board Having a generic board option makes it possible to create a kernel that will run on various Ingenic SoCs, as long as the right devicetree is provided. Signed-off-by: Paul Cercueil Signed-off-by: Thomas Bogendoerfer --- diff --git a/arch/mips/jz4740/Kconfig b/arch/mips/jz4740/Kconfig index 412d2faa3cdfd..9c2e8c15bb975 100644 --- a/arch/mips/jz4740/Kconfig +++ b/arch/mips/jz4740/Kconfig @@ -2,7 +2,14 @@ choice prompt "Machine type" depends on MACH_INGENIC - default JZ4740_QI_LB60 + default INGENIC_GENERIC_BOARD + +config INGENIC_GENERIC_BOARD + bool "Generic board" + select MACH_JZ4740 + select MACH_JZ4770 + select MACH_JZ4780 + select MACH_X1000 config JZ4740_QI_LB60 bool "Qi Hardware Ben NanoNote"