[mips r6] CPU and ASE related modify

Enable CPU_HAS_MSA, HIGHMEM, CRYPTO_CRC32_MIPS.
Set NR_CPUS to 16.
This commit is contained in:
YunQiang Su 2019-02-09 23:57:18 +08:00
parent b710f665ba
commit 5ba611e17d
2 changed files with 9 additions and 0 deletions

1
debian/changelog vendored
View File

@ -604,6 +604,7 @@ linux (4.19.26-1) UNRELEASED; urgency=medium
[ YunQiang Su ]
* [mips r6] Disable JUMP_LABEL for now: it will cause Reserved Instruction.
Enable SERIAL_OF_PLATFORM, if not, userland shows nothing.
Enable CPU_HAS_MSA, HIGHMEM, CRYPTO_CRC32_MIPS, and NR_CPUS to 16.
-- Ben Hutchings <ben@decadent.org.uk> Tue, 12 Feb 2019 12:49:10 +0000

View File

@ -5,12 +5,20 @@
CONFIG_MIPS_GENERIC=y
## end choice
CONFIG_MIPS_CPS=y
CONFIG_CPU_HAS_MSA=y
CONFIG_HIGHMEM=y
CONFIG_NR_CPUS=16
##
## file: arch/mips/generic/Kconfig
##
CONFIG_FIT_IMAGE_FDT_BOSTON=y
##
## file: crypto/Kconfig
##
CONFIG_CRYPTO_CRC32_MIPS=y
##
## file: drivers/clk/imgtec/Kconfig
##