For some extra coverage, let's allow building the EFI payload code as
part of the allyesconfig build.

Signed-off-by: Ahmad Fatoum <[email protected]>
---
 efi/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/efi/Kconfig b/efi/Kconfig
index 3fb696f70dc2..23ac601af647 100644
--- a/efi/Kconfig
+++ b/efi/Kconfig
@@ -4,7 +4,7 @@ menu "EFI (Extensible Firmware Interface) Support"
 
 config EFI_PAYLOAD
        bool "barebox as EFI payload/app (consumer)"
-       depends on HAVE_EFI_PAYLOAD
+       depends on HAVE_EFI_PAYLOAD || COMPILE_TEST
        select PBL_FULLY_PIC if ARM64
        select EFI
        select EFI_GUID
-- 
2.47.3


Reply via email to