common: Make MMU_PGPROT depend on !SANDBOX
authorTom Rini <trini@konsulko.com>
Fri, 26 Sep 2025 15:31:30 +0000 (09:31 -0600)
committerTom Rini <trini@konsulko.com>
Wed, 8 Oct 2025 22:12:56 +0000 (16:12 -0600)
commit0cdca862cb68a7f896e2095f5a248d3bc780bd29
tree5af8f7bfddc2a0e528d93ce8a1f531a4de708d60
parentf03601e3699b016d97c51208902e8401c5950923
common: Make MMU_PGPROT depend on !SANDBOX

While MMU_PGPROT is currently only functional for arm64 it can be
extended for other real platforms as well. It does not however make
sense for sandbox to enable and create dummy functions for. Make this
depend on !SANDBOX.

Reviewed-by: Peng Fan <peng.fan@nxp.com>
Signed-off-by: Tom Rini <trini@konsulko.com>
common/Kconfig