소스 검색

[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
 	bool "Enable MIPS MT"
+	depends on CPU_MIPS32_R2
+	#depends on CPU_MIPS64_R2		# later ...
 
 choice
 	prompt "MIPS MT options"