From a49d182335af92eb59d295becef71f1d5d6389bb Mon Sep 17 00:00:00 2001 From: Nils Freydank Date: Tue, 25 Apr 2023 23:31:48 +0200 Subject: [PATCH] pygoscelis: Disable CONFIG_EFI_HANDOVER_PROTOCOL --- pygoscelis-config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pygoscelis-config b/pygoscelis-config index 22a1308..f1498d0 100644 --- a/pygoscelis-config +++ b/pygoscelis-config @@ -439,7 +439,7 @@ CONFIG_CC_HAS_IBT=y # CONFIG_X86_INTEL_MEMORY_PROTECTION_KEYS is not set CONFIG_EFI=y CONFIG_EFI_STUB=y -CONFIG_EFI_HANDOVER_PROTOCOL=y +# CONFIG_EFI_HANDOVER_PROTOCOL is not set # CONFIG_EFI_MIXED is not set # CONFIG_EFI_FAKE_MEMMAP is not set # CONFIG_EFI_RUNTIME_MAP is not set