diff options
Diffstat (limited to 'arch/mips/Kconfig')
-rw-r--r-- | arch/mips/Kconfig | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig index a159a8f70c8d..0d3f935d321a 100644 --- a/arch/mips/Kconfig +++ b/arch/mips/Kconfig | |||
@@ -2115,10 +2115,9 @@ config CPU_MICROMIPS | |||
2115 | microMIPS ISA | 2115 | microMIPS ISA |
2116 | 2116 | ||
2117 | config CPU_HAS_MSA | 2117 | config CPU_HAS_MSA |
2118 | bool "Support for the MIPS SIMD Architecture" | 2118 | bool "Support for the MIPS SIMD Architecture (EXPERIMENTAL)" |
2119 | depends on CPU_SUPPORTS_MSA | 2119 | depends on CPU_SUPPORTS_MSA |
2120 | depends on 64BIT || MIPS_O32_FP64_SUPPORT | 2120 | depends on 64BIT || MIPS_O32_FP64_SUPPORT |
2121 | default y | ||
2122 | help | 2121 | help |
2123 | MIPS SIMD Architecture (MSA) introduces 128 bit wide vector registers | 2122 | MIPS SIMD Architecture (MSA) introduces 128 bit wide vector registers |
2124 | and a set of SIMD instructions to operate on them. When this option | 2123 | and a set of SIMD instructions to operate on them. When this option |