[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 3fa67af..b8616a0 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"