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>
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