Skip to content

Commit 9ce4250

Browse files
FlyGoattsbogend
authored andcommitted
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 <[email protected]> Signed-off-by: Thomas Bogendoerfer <[email protected]>
1 parent 2326c8f commit 9ce4250

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

arch/mips/configs/generic/64r6.config

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,6 @@ CONFIG_64BIT=y
33
CONFIG_MIPS32_O32=y
44
CONFIG_MIPS32_N32=y
55

6+
CONFIG_CPU_HAS_MSA=y
67
CONFIG_CRYPTO_CRC32_MIPS=y
8+
CONFIG_VIRTUALIZATION=y

0 commit comments

Comments
 (0)