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/be/config-default | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'target/linux/malta/be') diff --git a/target/linux/malta/be/config-default b/target/linux/malta/be/config-default index 5586be6b7c..735296f5b3 100644 --- a/target/linux/malta/be/config-default +++ b/target/linux/malta/be/config-default @@ -1,4 +1,12 @@ CONFIG_CPU_BIG_ENDIAN=y +CONFIG_CPU_HAS_RIXI=y # CONFIG_CPU_LITTLE_ENDIAN is not set 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