sh: Flag PMB support as EXPERIMENTAL.
There's still work that needs to be done here, and this should not be enabled by default on existing boards. Signed-off-by: Paul Mundt <lethal@linux-sh.org>
This commit is contained in:
parent
149b91e107
commit
2af8b3b642
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@ config 32BIT
|
||||||
|
|
||||||
config PMB
|
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 && EXPERIMENTAL && (CPU_SUBTYPE_SH7780 || CPU_SUBTYPE_SH7785)
|
||||||
select 32BIT
|
select 32BIT
|
||||||
default y
|
default y
|
||||||
help
|
help
|
||||||
|
|
Loading…
Reference in a new issue