efi_loader: Make EFI_VARIABLES_PRESEED depend on !COMPILE_TEST
authorTom Rini <trini@konsulko.com>
Tue, 12 Aug 2025 18:01:32 +0000 (12:01 -0600)
committerHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Sat, 30 Aug 2025 18:45:33 +0000 (20:45 +0200)
commit4910a7cc696ffa3a36e23a215523d1ff31a5c8a1
tree7bdd0157a93871e957eb112737c100e6312b0835
parentc04fb8b505658af98b7a7b9a22647a29d8fbceb0
efi_loader: Make EFI_VARIABLES_PRESEED depend on !COMPILE_TEST

When doing compile testing build we cannot rely on having a valid file
for EFI_VAR_SEED_FILE to exist, so disable this option when doing
compile tests.

Signed-off-by: Tom Rini <trini@konsulko.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>
Acked-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
lib/efi_loader/Kconfig