Commit c3af3975 authored by Paul Mundt's avatar Paul Mundt

sh: Support extended mode TLB on SH-X3.

Signed-off-by: default avatarPaul Mundt <lethal@linux-sh.org>
parent dc47e9dd
...@@ -266,7 +266,7 @@ config 32BIT ...@@ -266,7 +266,7 @@ config 32BIT
config X2TLB config X2TLB
bool "Enable extended TLB mode" bool "Enable extended TLB mode"
depends on CPU_SHX2 && MMU && EXPERIMENTAL depends on (CPU_SHX2 || CPU_SHX3) && MMU && EXPERIMENTAL
help help
Selecting this option will enable the extended mode of the SH-X2 Selecting this option will enable the extended mode of the SH-X2
TLB. For legacy SH-X behaviour and interoperability, say N. For TLB. For legacy SH-X behaviour and interoperability, say N. For
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment