From 62be92f7489ba24e8c41e53b5386b26a69471685 Mon Sep 17 00:00:00 2001 From: Nils Freydank Date: Thu, 29 Dec 2022 17:29:59 +0100 Subject: [PATCH] pygoscelis: Disable CONFIG_EFI_DISABLE_PCI_DMA 'cause of bullshit My device (Lenovo Thinkpad T14s) does not boot if EFI_DISABLE_PCI_DMA is active, so let's drop it from the kernel config. This reverts commit 8c364a468ee55aed58496de2ed22a7ddac94d328. --- pygoscelis-config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pygoscelis-config b/pygoscelis-config index 9b4ed1f..33f8a53 100644 --- a/pygoscelis-config +++ b/pygoscelis-config @@ -1595,7 +1595,7 @@ CONFIG_EFI_GENERIC_STUB_INITRD_CMDLINE_LOADER=y # CONFIG_APPLE_PROPERTIES is not set CONFIG_RESET_ATTACK_MITIGATION=y # CONFIG_EFI_RCI2_TABLE is not set -CONFIG_EFI_DISABLE_PCI_DMA=y +# CONFIG_EFI_DISABLE_PCI_DMA is not set CONFIG_EFI_EARLYCON=y # CONFIG_EFI_CUSTOM_SSDT_OVERLAYS is not set # CONFIG_EFI_DISABLE_RUNTIME is not set