|
@@ -46,9 +46,20 @@ config MEMORY_SIZE
|
|
as 0x00400000 which was the default value before this became
|
|
as 0x00400000 which was the default value before this became
|
|
configurable.
|
|
configurable.
|
|
|
|
|
|
|
|
+# Physical addressing modes
|
|
|
|
+
|
|
|
|
+config 29BIT
|
|
|
|
+ def_bool !32BIT
|
|
|
|
+ depends on SUPERH32
|
|
|
|
+
|
|
config 32BIT
|
|
config 32BIT
|
|
|
|
+ bool
|
|
|
|
+ default y if CPU_SH5
|
|
|
|
+
|
|
|
|
+config PMB
|
|
bool "Support 32-bit physical addressing through PMB"
|
|
bool "Support 32-bit physical addressing through PMB"
|
|
depends on MMU && (CPU_SUBTYPE_SH7780 || CPU_SUBTYPE_SH7785)
|
|
depends on MMU && (CPU_SUBTYPE_SH7780 || CPU_SUBTYPE_SH7785)
|
|
|
|
+ select 32BIT
|
|
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
|