aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sh/mm
diff options
context:
space:
mode:
authorPaul Mundt <lethal@linux-sh.org>2007-09-27 18:08:46 +0900
committerPaul Mundt <lethal@linux-sh.org>2007-09-27 18:08:46 +0900
commitc3af39758ce49b79570ab5ff2f64e0ea5fd82c9b (patch)
tree9f52d030596862ef572166ec70039409c81148db /arch/sh/mm
parentsh: Bump MAX_ACTIVE_REGIONS for SH7785. (diff)
downloadlinux-dev-c3af39758ce49b79570ab5ff2f64e0ea5fd82c9b.tar.xz
linux-dev-c3af39758ce49b79570ab5ff2f64e0ea5fd82c9b.zip
sh: Support extended mode TLB on SH-X3.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/mm')
-rw-r--r--arch/sh/mm/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sh/mm/Kconfig b/arch/sh/mm/Kconfig
index ca5d2a440e97..cf446bbab5b0 100644
--- a/arch/sh/mm/Kconfig
+++ b/arch/sh/mm/Kconfig
@@ -266,7 +266,7 @@ config 32BIT
config X2TLB
bool "Enable extended TLB mode"
- depends on CPU_SHX2 && MMU && EXPERIMENTAL
+ depends on (CPU_SHX2 || CPU_SHX3) && MMU && EXPERIMENTAL
help
Selecting this option will enable the extended mode of the SH-X2
TLB. For legacy SH-X behaviour and interoperability, say N. For