diff options
-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 ca5d2a440e97..cf446bbab5b0 100644 --- a/arch/sh/mm/Kconfig +++ b/arch/sh/mm/Kconfig | |||
@@ -266,7 +266,7 @@ config 32BIT | |||
266 | 266 | ||
267 | config X2TLB | 267 | config X2TLB |
268 | bool "Enable extended TLB mode" | 268 | bool "Enable extended TLB mode" |
269 | depends on CPU_SHX2 && MMU && EXPERIMENTAL | 269 | depends on (CPU_SHX2 || CPU_SHX3) && MMU && EXPERIMENTAL |
270 | help | 270 | help |
271 | Selecting this option will enable the extended mode of the SH-X2 | 271 | Selecting this option will enable the extended mode of the SH-X2 |
272 | TLB. For legacy SH-X behaviour and interoperability, say N. For | 272 | TLB. For legacy SH-X behaviour and interoperability, say N. For |