diff options
author | Paul Mundt <lethal@linux-sh.org> | 2007-09-27 18:08:46 +0900 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2007-09-27 18:08:46 +0900 |
commit | c3af39758ce49b79570ab5ff2f64e0ea5fd82c9b (patch) | |
tree | 9f52d030596862ef572166ec70039409c81148db /arch/sh | |
parent | dc47e9dd419df6c73a0c57b47fd8e0742dbe3424 (diff) | |
download | linux-3.10-c3af39758ce49b79570ab5ff2f64e0ea5fd82c9b.tar.gz linux-3.10-c3af39758ce49b79570ab5ff2f64e0ea5fd82c9b.tar.bz2 linux-3.10-c3af39758ce49b79570ab5ff2f64e0ea5fd82c9b.zip |
sh: Support extended mode TLB on SH-X3.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh')
-rw-r--r-- | arch/sh/mm/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sh/mm/Kconfig b/arch/sh/mm/Kconfig index ca5d2a440e9..cf446bbab5b 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 |