sandbox: Make SANDBOX_xPL depend on !COMPILE_TEST
authorTom Rini <trini@konsulko.com>
Fri, 3 Oct 2025 20:39:32 +0000 (14:39 -0600)
committerTom Rini <trini@konsulko.com>
Mon, 13 Oct 2025 20:54:32 +0000 (14:54 -0600)
commit16b0482a7430554f150dfc8134e130d40fc72ba2
tree050fb65c2a988bab17d6840b886d48e3961785cb
parent6822583672e21dd84eb1c5bc2cbf3fd93f181d95
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>
arch/sandbox/Kconfig