浏览代码

[MIPS] Limit MIPS_MT to MIPS32R2 only.

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Ralf Baechle 19 年之前
父节点
当前提交
a620dbe378
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      arch/mips/Kconfig

+ 2 - 0
arch/mips/Kconfig

@@ -1495,6 +1495,8 @@ config CPU_HAS_PREFETCH
 
 
 config MIPS_MT
 config MIPS_MT
 	bool "Enable MIPS MT"
 	bool "Enable MIPS MT"
+	depends on CPU_MIPS32_R2
+	#depends on CPU_MIPS64_R2		# later ...
 
 
 choice
 choice
 	prompt "MIPS MT options"
 	prompt "MIPS MT options"