sandbox: enable CONFIG_CMD_BOOTEFI_SELFTEST by default
authorHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Tue, 17 Jun 2025 06:19:45 +0000 (08:19 +0200)
committerTom Rini <trini@konsulko.com>
Thu, 26 Jun 2025 23:18:29 +0000 (17:18 -0600)
The sandbox is used for a lot of generic development, we should run the
UEFI tests there, too.

Reported-by: Javier Martinez Canillas <javierm@redhat.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>
Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Javier Martinez Canillas <javierm@redhat.com>
arch/Kconfig

index ea33d07..7b1c334 100644 (file)
@@ -213,6 +213,7 @@ config SANDBOX
        imply BITREVERSE
        select BLOBLIST
        imply LTO
+       imply CMD_BOOTEFI_SELFTEST
        imply CMD_DM
        imply CMD_EXCEPTION
        imply CMD_GETTIME