Skip to content

Commit

Permalink
MIPS: config: Enable MSA and virtualization for MIPS64R6
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
FlyGoat authored and tsbogend committed Jul 15, 2024
1 parent 2326c8f commit 9ce4250
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions arch/mips/configs/generic/64r6.config
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 9ce4250

Please sign in to comment.