summaryrefslogtreecommitdiffstats
path: root/arch/mips/Kconfig
diff options
context:
space:
mode:
authorMarkos Chandras2015-07-16 14:24:46 +0200
committerRalf Baechle2015-09-03 12:07:42 +0200
commit674d10e26dd4c1a1b9161e9dcce0667d1c5dd318 (patch)
tree15526b81c7117f215a5420d3b1e099882f3f8870 /arch/mips/Kconfig
parentMIPS: Treat CP1 control registers as unsigned ints. (diff)
downloadkernel-qcow2-linux-674d10e26dd4c1a1b9161e9dcce0667d1c5dd318.tar.gz
kernel-qcow2-linux-674d10e26dd4c1a1b9161e9dcce0667d1c5dd318.tar.xz
kernel-qcow2-linux-674d10e26dd4c1a1b9161e9dcce0667d1c5dd318.zip
MIPS: Kconfig: Drop the EXPERIMENTAL tag from MIPS R6
The MIPS R6 ISA support has been part of mainline since v4.0 and it should be in a good shape nowadays so it is not an experimental feature anymore. Signed-off-by: Markos Chandras <markos.chandras@imgtec.com> Cc: linux-mips@linux-mips.org Patchwork: https://patchwork.linux-mips.org/patch/10731/ Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/Kconfig')
-rw-r--r--arch/mips/Kconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig
index 60d7ae76dd7e..52b7918da21a 100644
--- a/arch/mips/Kconfig
+++ b/arch/mips/Kconfig
@@ -1367,7 +1367,7 @@ config CPU_MIPS32_R2
otherwise CPU_MIPS32_R1 is a safe bet for any MIPS32 system.
config CPU_MIPS32_R6
- bool "MIPS32 Release 6 (EXPERIMENTAL)"
+ bool "MIPS32 Release 6"
depends on SYS_HAS_CPU_MIPS32_R6
select CPU_HAS_PREFETCH
select CPU_SUPPORTS_32BIT_KERNEL
@@ -1418,7 +1418,7 @@ config CPU_MIPS64_R2
otherwise CPU_MIPS64_R1 is a safe bet for any MIPS64 system.
config CPU_MIPS64_R6
- bool "MIPS64 Release 6 (EXPERIMENTAL)"
+ bool "MIPS64 Release 6"
depends on SYS_HAS_CPU_MIPS64_R6
select CPU_HAS_PREFETCH
select CPU_SUPPORTS_32BIT_KERNEL