[PATCH] fixup! efi: payload: restructure Kconfig

Ahmad Fatoum a.fatoum at pengutronix.de
Sat Dec 13 02:42:09 PST 2025


efi: payload: reinstate lost EFI_STUB option

This one was lost while moving stuff across files.

Signed-off-by: Ahmad Fatoum <a.fatoum at pengutronix.de>
---
 efi/payload/Kconfig | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/efi/payload/Kconfig b/efi/payload/Kconfig
index 01f54ee7cf10..a5496ab766ad 100644
--- a/efi/payload/Kconfig
+++ b/efi/payload/Kconfig
@@ -32,3 +32,6 @@ config EFI_HANDOVER_PROTOCOL
 config EFI_PAYLOAD_BOOTM
 	bool "EFI bootm protocol"
 	default !X86
+
+config EFI_STUB
+       def_bool HAVE_EFI_STUB
-- 
2.47.3




More information about the barebox mailing list