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/le64/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/le64/config-default')
-rw-r--r-- | target/linux/malta/le64/config-default | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/target/linux/malta/le64/config-default b/target/linux/malta/le64/config-default index ff4496382d..fd4019c7b3 100644 --- a/target/linux/malta/le64/config-default +++ b/target/linux/malta/le64/config-default @@ -5,24 +5,18 @@ CONFIG_ARCH_MMAP_RND_BITS=12 CONFIG_ARCH_MMAP_RND_BITS_MAX=18 CONFIG_ARCH_MMAP_RND_BITS_MIN=12 CONFIG_ARCH_USE_CMPXCHG_LOCKREF=y -# CONFIG_CPU_BIG_ENDIAN is not set CONFIG_CPU_LITTLE_ENDIAN=y CONFIG_CPU_MIPS64=y CONFIG_CPU_MIPS64_R1=y -CONFIG_CPU_MIPSR1=y CONFIG_CPU_SUPPORTS_64BIT_KERNEL=y CONFIG_CPU_SUPPORTS_HUGEPAGES=y -CONFIG_HAVE_64BIT_ALIGNED_ACCESS=y CONFIG_HAVE_ARCH_TRANSPARENT_HUGEPAGE=y -CONFIG_HAVE_EBPF_JIT=y CONFIG_HAVE_VIRT_CPU_ACCOUNTING_GEN=y -# CONFIG_HUGETLBFS is not set +# CONFIG_IONIC is not set # CONFIG_MIPS32_N32 is not set # CONFIG_MIPS32_O32 is not set -CONFIG_MIPS_EBPF_JIT=y # CONFIG_MIPS_VA_BITS_48 is not set CONFIG_MODULES_USE_ELF_RELA=y -CONFIG_PCI_BUS_ADDR_T_64BIT=y CONFIG_PGTABLE_LEVELS=3 CONFIG_PHYS_ADDR_T_64BIT=y CONFIG_SYS_SUPPORTS_HUGETLBFS=y |