Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2af8b3b6 authored by Paul Mundt's avatar Paul Mundt
Browse files

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: default avatarPaul Mundt <lethal@linux-sh.org>
parent 149b91e1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -59,7 +59,7 @@ config 32BIT

config 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
	default y
	help