|
@@ -83,7 +83,6 @@ config 32BIT
|
|
|
config PMB_ENABLE
|
|
|
bool "Support 32-bit physical addressing through PMB"
|
|
|
depends on MMU && EXPERIMENTAL && (CPU_SUBTYPE_SH7757 || CPU_SUBTYPE_SH7780 || CPU_SUBTYPE_SH7785)
|
|
|
- select 32BIT
|
|
|
default y
|
|
|
help
|
|
|
If you say Y here, physical addressing will be extended to
|
|
@@ -98,7 +97,6 @@ choice
|
|
|
config PMB
|
|
|
bool "PMB"
|
|
|
depends on MMU && EXPERIMENTAL && (CPU_SUBTYPE_SH7757 || CPU_SUBTYPE_SH7780 || CPU_SUBTYPE_SH7785)
|
|
|
- select 32BIT
|
|
|
help
|
|
|
If you say Y here, physical addressing will be extended to
|
|
|
32-bits through the SH-4A PMB. If this is not set, legacy
|