Skip to content

Commit 35f80a0

Browse files
committed
efi: payload: x86: enable the possibility to efi stub bootm for x86.
this permits to select one of efi stub bootm or efi handover protocol tested on dell latitude and qemu. Signed-off-by: Chali Anis <chalianis1@gmail.com>
1 parent 7537b45 commit 35f80a0

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

efi/payload/Kconfig

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
# SPDX-License-Identifier: GPL-2.0-only
22

33
config EFI_HANDOVER_PROTOCOL
4+
bool "EFI Handover protocol"
45
def_bool X86
56

67
config EFI_PAYLOAD_BOOTM
7-
def_bool !EFI_HANDOVER_PROTOCOL
8+
bool "EFI bootm protocol"
9+
depends on !EFI_HANDOVER_PROTOCOL
10+
select BOOTM_FITIMAGE

0 commit comments

Comments
 (0)