aboutsummaryrefslogtreecommitdiff
path: root/arch/mips/configs/generic
diff options
context:
space:
mode:
authorJiaxun Yang <jiaxun.yang@flygoat.com>2024-07-14 10:20:47 +0800
committerThomas Bogendoerfer <tsbogend@alpha.franken.de>2024-07-15 18:16:44 +0200
commit9ce4250eeed47d732015c459726fc2c32481395f (patch)
tree759a7bb0306d2d8f38e9403cf19b9547dc6221bb /arch/mips/configs/generic
parent2326c8f2022636a1e47402ffd09a3b28f737275f (diff)
MIPS: config: Enable MSA and virtualization for MIPS64R6
All MIPS64R6 cores so far supports MSA and vz, so it makes sense to enable them in 64R6 default config. Signed-off-by: Jiaxun Yang <jiaxun.yang@flygoat.com> Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
Diffstat (limited to 'arch/mips/configs/generic')
-rw-r--r--arch/mips/configs/generic/64r6.config2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/mips/configs/generic/64r6.config b/arch/mips/configs/generic/64r6.config
index 5dd8e8503e34..63b4e95f303d 100644
--- a/arch/mips/configs/generic/64r6.config
+++ b/arch/mips/configs/generic/64r6.config
@@ -3,4 +3,6 @@ CONFIG_64BIT=y
CONFIG_MIPS32_O32=y
CONFIG_MIPS32_N32=y
+CONFIG_CPU_HAS_MSA=y
CONFIG_CRYPTO_CRC32_MIPS=y
+CONFIG_VIRTUALIZATION=y