diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2020-08-09 14:43:53 +0200 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2020-08-10 23:58:58 +0200 |
commit | eafdd1a0fcc17cf09db96f01b995abec2c9d7f0d (patch) | |
tree | af614181478cbf8e77c159e0e988708c9b1a03f4 /target/linux/malta/be | |
parent | 0a864f20fb7fae4e3393ef1683d8ab646d2be2f4 (diff) | |
download | upstream-eafdd1a0fcc17cf09db96f01b995abec2c9d7f0d.tar.gz upstream-eafdd1a0fcc17cf09db96f01b995abec2c9d7f0d.tar.bz2 upstream-eafdd1a0fcc17cf09db96f01b995abec2c9d7f0d.zip |
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 <yszhou4tech@gmail.com>
Acked-By: Yousong Zhou <yszhou4tech@gmail.com>
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Diffstat (limited to 'target/linux/malta/be')
-rw-r--r-- | target/linux/malta/be/config-default | 8 |
1 files changed, 8 insertions, 0 deletions
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 |