From eafdd1a0fcc17cf09db96f01b995abec2c9d7f0d Mon Sep 17 00:00:00 2001 From: Hauke Mehrtens Date: Sun, 9 Aug 2020 14:43:53 +0200 Subject: malta: Refresh kernel configuration This refreshes the kernel configuration on top of kernel 5.4. It now builds without asking to select some kernel options on all 4 subtargets. It still does not boot up, there is a different problem. Tested-By: Yousong Zhou Acked-By: Yousong Zhou Signed-off-by: Hauke Mehrtens --- target/linux/malta/le/config-default | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'target/linux/malta/le') diff --git a/target/linux/malta/le/config-default b/target/linux/malta/le/config-default index 2b42a6b5b2..2c6148195e 100644 --- a/target/linux/malta/le/config-default +++ b/target/linux/malta/le/config-default @@ -1,4 +1,11 @@ -# CONFIG_CPU_BIG_ENDIAN is not set +CONFIG_CPU_HAS_RIXI=y CONFIG_CPU_LITTLE_ENDIAN=y CONFIG_CPU_MIPS32_R2=y +CONFIG_CPU_MIPSR2=y +CONFIG_CPU_SUPPORTS_MSA=y +CONFIG_HAVE_CBPF_JIT=y +CONFIG_HAVE_KVM=y CONFIG_HIGHMEM=y +CONFIG_MIPS_CBPF_JIT=y +CONFIG_MIPS_SPRAM=y +CONFIG_TARGET_ISA_REV=2 -- cgit v1.2.3