summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHeinrich Schuchardt <[email protected]>2025-06-17 08:19:45 +0200
committerTom Rini <[email protected]>2025-06-26 17:18:29 -0600
commitd7aee0c5ce199190c37f422a82d1cd6095c928eb (patch)
tree0d9a80640ac425bb6eaba750f9792eecd8b25fa1
parent615620479e31a319b94c1cb6a57d8781ec6593ba (diff)
sandbox: enable CONFIG_CMD_BOOTEFI_SELFTEST by default
The sandbox is used for a lot of generic development, we should run the UEFI tests there, too. Reported-by: Javier Martinez Canillas <[email protected]> Reviewed-by: Ilias Apalodimas <[email protected]> Signed-off-by: Heinrich Schuchardt <[email protected]> Reviewed-by: Javier Martinez Canillas <[email protected]>
-rw-r--r--arch/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/Kconfig b/arch/Kconfig
index ea33d07c086..7b1c334d3fc 100644
--- a/arch/Kconfig
+++ b/arch/Kconfig
@@ -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