projects
/
GitHub
/
LineageOS
/
G12
/
android_kernel_amlogic_linux-4.9.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
08aecfb
)
[MIPS] Limit MIPS_MT to MIPS32R2 only.
author
Ralf Baechle
<ralf@linux-mips.org>
Sat, 3 Jun 2006 23:35:10 +0000
(
00:35
+0100)
committer
Ralf Baechle
<ralf@linux-mips.org>
Thu, 29 Jun 2006 20:10:51 +0000
(21:10 +0100)
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/Kconfig
patch
|
blob
|
blame
|
history
diff --git
a/arch/mips/Kconfig
b/arch/mips/Kconfig
index 3fa67af8725d95e5f530389f86cc7bb26a65193a..b8616a0bf93ed3b8baab20761836eea4a5a56f86 100644
(file)
--- 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"