Commit a4d9d0b8 authored by Paul Mundt's avatar Paul Mundt

sh: Enable PMB support for all SH-4A CPUs.

Presently the PMB options were limited to a number of CPUs they were
tested with, but it is generally available on all SH-4A CPUs, so just
drop the subtype conditionals.
Signed-off-by: default avatarPaul Mundt <lethal@linux-sh.org>
parent 0fe69d77
...@@ -82,7 +82,7 @@ config 32BIT ...@@ -82,7 +82,7 @@ config 32BIT
config PMB_ENABLE config PMB_ENABLE
bool "Support 32-bit physical addressing through PMB" bool "Support 32-bit physical addressing through PMB"
depends on MMU && EXPERIMENTAL && (CPU_SUBTYPE_SH7757 || CPU_SUBTYPE_SH7780 || CPU_SUBTYPE_SH7785) depends on MMU && EXPERIMENTAL && CPU_SH4A
default y default y
help help
If you say Y here, physical addressing will be extended to If you say Y here, physical addressing will be extended to
...@@ -96,7 +96,7 @@ choice ...@@ -96,7 +96,7 @@ choice
config PMB config PMB
bool "PMB" bool "PMB"
depends on MMU && EXPERIMENTAL && (CPU_SUBTYPE_SH7757 || CPU_SUBTYPE_SH7780 || CPU_SUBTYPE_SH7785) depends on MMU && EXPERIMENTAL && CPU_SH4A
help help
If you say Y here, physical addressing will be extended to If you say Y here, physical addressing will be extended to
32-bits through the SH-4A PMB. If this is not set, legacy 32-bits through the SH-4A PMB. If this is not set, legacy
...@@ -104,9 +104,7 @@ config PMB ...@@ -104,9 +104,7 @@ config PMB
config PMB_FIXED config PMB_FIXED
bool "fixed PMB" bool "fixed PMB"
depends on MMU && EXPERIMENTAL && (CPU_SUBTYPE_SH7757 || \ depends on MMU && EXPERIMENTAL && CPU_SH4A
CPU_SUBTYPE_SH7780 || \
CPU_SUBTYPE_SH7785)
select 32BIT select 32BIT
help help
If this option is enabled, fixed PMB mappings are inherited If this option is enabled, fixed PMB mappings are inherited
......
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