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

MIPS: configs: lb60: Fix defconfig not selecting correct board

Since INGENIC_GENERIC_BOARD was introduced, the JZ4740_QI_LB60 option
is no longer the default, so the symbol has to be selected by the
defconfig, otherwise the kernel built will be for a generic Ingenic
board and won't have the Device Tree blob built-in.

Cc: stable@vger.kernel.org # v5.7
Fixes: 62249209a772 ("MIPS: ingenic: Default to a generic board")
Signed-off-by: Paul Cercueil <paul@crapouillou.net>
Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>

authored by

Paul Cercueil and committed by
Thomas Bogendoerfer
7487abbe 055444c2

+1
+1
arch/mips/configs/qi_lb60_defconfig
··· 8 8 # CONFIG_COMPAT_BRK is not set 9 9 CONFIG_SLAB=y 10 10 CONFIG_MACH_INGENIC=y 11 + CONFIG_JZ4740_QI_LB60=y 11 12 CONFIG_HZ_100=y 12 13 # CONFIG_SECCOMP is not set 13 14 CONFIG_MODULES=y