]> git.openfabrics.org - ~shefty/rdma-dev.git/commitdiff
[MIPS] Limit MIPS_MT to MIPS32R2 only.
authorRalf Baechle <ralf@linux-mips.org>
Sat, 3 Jun 2006 23:35:10 +0000 (00:35 +0100)
committerRalf Baechle <ralf@linux-mips.org>
Thu, 29 Jun 2006 20:10:51 +0000 (21:10 +0100)
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/Kconfig

index 3fa67af8725d95e5f530389f86cc7bb26a65193a..b8616a0bf93ed3b8baab20761836eea4a5a56f86 100644 (file)
@@ -1495,6 +1495,8 @@ config CPU_HAS_PREFETCH
 
 config MIPS_MT
        bool "Enable MIPS MT"
+       depends on CPU_MIPS32_R2
+       #depends on CPU_MIPS64_R2               # later ...
 
 choice
        prompt "MIPS MT options"