efi: payload: reinstate lost EFI_STUB option This one was lost while moving stuff across files.
Signed-off-by: Ahmad Fatoum <[email protected]> --- 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
