[MIPS] Limit MIPS_MT to MIPS32R2 only.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
This commit is contained in:
parent
08aecfb9ea
commit
a620dbe378
1 changed files with 2 additions and 0 deletions
|
@ -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"
|
||||||
|
|
Loading…
Reference in a new issue