commit | a620dbe378f3940dc058435d8ce89f5a4a7b77d5 | [log] [tgz] |
---|---|---|
author | Ralf Baechle <ralf@linux-mips.org> | Sun Jun 04 00:35:10 2006 +0100 |
committer | Ralf Baechle <ralf@linux-mips.org> | Thu Jun 29 21:10:51 2006 +0100 |
tree | abc001bf9250b24622eb75b1155a412229311cbb | |
parent | 08aecfb9eaf019f07384175101c970ede271c17a [diff] |
[MIPS] Limit MIPS_MT to MIPS32R2 only. Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig index 3fa67af..b8616a0b 100644 --- a/arch/mips/Kconfig +++ b/arch/mips/Kconfig
@@ -1495,6 +1495,8 @@ config MIPS_MT bool "Enable MIPS MT" + depends on CPU_MIPS32_R2 + #depends on CPU_MIPS64_R2 # later ... choice prompt "MIPS MT options"