From: Ralf Baechle Date: Sat, 3 Jun 2006 23:35:10 +0000 (+0100) Subject: [MIPS] Limit MIPS_MT to MIPS32R2 only. X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=a620dbe378f3940dc058435d8ce89f5a4a7b77d5;p=linux-beck.git [MIPS] Limit MIPS_MT to MIPS32R2 only. Signed-off-by: Ralf Baechle --- diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig index 3fa67af8725d..b8616a0bf93e 100644 --- a/arch/mips/Kconfig +++ b/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"