diff options
author | Paul Mundt <lethal@linux-sh.org> | 2007-06-15 05:30:42 -0400 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2007-06-15 05:30:42 -0400 |
commit | 50f63f2518ee68bc132d357d2b6fdb7f60ef79e0 (patch) | |
tree | 5abc7e4a7af923b45785ea2f02944c97e8d02ba6 | |
parent | d619500aed2f9b841b2310bc94f8056ae9ca2a73 (diff) |
sh: Only support PMB for SH-X cores.
We don't have a PMB for SH-X2 or later, so only enable it for
the few CPUs that support it. Fixes up the boot for SH4AL-DSP.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
-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 58bf6225d913..6fc5550c4ba1 100644 --- a/arch/sh/mm/Kconfig +++ b/arch/sh/mm/Kconfig | |||
@@ -263,7 +263,7 @@ config MEMORY_SIZE | |||
263 | 263 | ||
264 | config 32BIT | 264 | config 32BIT |
265 | bool "Support 32-bit physical addressing through PMB" | 265 | bool "Support 32-bit physical addressing through PMB" |
266 | depends on CPU_SH4A && MMU && (!X2TLB || BROKEN) | 266 | depends on MMU && (CPU_SUBTYPE_SH7780 || CPU_SUBTYPE_SH7785) |
267 | default y | 267 | default y |
268 | help | 268 | help |
269 | If you say Y here, physical addressing will be extended to | 269 | If you say Y here, physical addressing will be extended to |