diff mbox series

[1/1] efi_loader: enable EFI_SET_TIME on sandbox and QEMU ARM

Message ID 20201121195512.8820-1-xypron.glpk@gmx.de
State Accepted, archived
Commit 31cadc3635500a94d6893db70e85acc39827c62c
Delegated to: Heinrich Schuchardt
Headers show
Series [1/1] efi_loader: enable EFI_SET_TIME on sandbox and QEMU ARM | expand

Commit Message

Heinrich Schuchardt Nov. 21, 2020, 7:55 p.m. UTC
Enable EFI_SET_TIME on the sandbox and QEMU ARM to ensure that we compile
and test the relevant code.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
---
 lib/efi_loader/Kconfig | 1 +
 1 file changed, 1 insertion(+)

--
2.29.2
diff mbox series

Patch

diff --git a/lib/efi_loader/Kconfig b/lib/efi_loader/Kconfig
index 29ea14b2ee..7fd3a3c90c 100644
--- a/lib/efi_loader/Kconfig
+++ b/lib/efi_loader/Kconfig
@@ -88,6 +88,7 @@  config EFI_GET_TIME
 config EFI_SET_TIME
 	bool "SetTime() runtime service"
 	depends on EFI_GET_TIME
+	default y if ARCH_QEMU || SANDBOX
 	default n
 	help
 	  Provide the SetTime() runtime service at boottime. This service