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/le/config-default | |
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/le/config-default')
-rw-r--r-- | target/linux/malta/le/config-default | 9 |
1 files changed, 8 insertions, 1 deletions
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 |