aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2006-06-03 19:35:10 -0400
committerRalf Baechle <ralf@linux-mips.org>2006-06-29 16:10:51 -0400
commita620dbe378f3940dc058435d8ce89f5a4a7b77d5 (patch)
treeabc001bf9250b24622eb75b1155a412229311cbb
parent08aecfb9eaf019f07384175101c970ede271c17a (diff)
[MIPS] Limit MIPS_MT to MIPS32R2 only.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
-rw-r--r--arch/mips/Kconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig
index 3fa67af8725d..b8616a0bf93e 100644
--- a/arch/mips/Kconfig
+++ b/arch/mips/Kconfig
@@ -1495,6 +1495,8 @@ config CPU_HAS_PREFETCH
1495 1495
1496config MIPS_MT 1496config MIPS_MT
1497 bool "Enable MIPS MT" 1497 bool "Enable MIPS MT"
1498 depends on CPU_MIPS32_R2
1499 #depends on CPU_MIPS64_R2 # later ...
1498 1500
1499choice 1501choice
1500 prompt "MIPS MT options" 1502 prompt "MIPS MT options"