sandbox: Make SANDBOX_xPL depend on !COMPILE_TEST

Given how these options are used in the code, it doesn't make sense to
enable them for COMPILE_TEST. Make them depend on !COMPILE_TEST.

Signed-off-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
Tom Rini 2025-10-03 14:39:32 -06:00
parent 6822583672
commit 16b0482a74

View File

@ -27,14 +27,17 @@ config SANDBOX_RAM_SIZE_MB
config SANDBOX_SPL
bool "Enable SPL for sandbox"
depends on !COMPILE_TEST
select SUPPORT_SPL
config SANDBOX_TPL
bool "Enable TPL for sandbox"
depends on !COMPILE_TEST
select SUPPORT_TPL
config SANDBOX_VPL
bool "Enable VPL for sandbox"
depends on !COMPILE_TEST
select SUPPORT_VPL
config SYS_CONFIG_NAME