diff options
-rw-r--r-- | changelog | 3 | ||||
-rw-r--r-- | src/build/linux-libre-4.19_4.19.167+gnu/config | 3 |
2 files changed, 4 insertions, 2 deletions
@@ -9,6 +9,9 @@ config-libiquity-testbench (1.1) trunk * config-linux-libre-4.19-libiquity-testbench: Enable DMI scanning (needed by ThinkPad ACPI driver). * config-linux-libre-4.19-libiquity-testbench: Override command line. + * config-linux-libre-4.19-libiquity-testbench: Disable ACPI PCI + Hotplug driver and IBM extensions (fixes "acpiphp_ibm: + ibm_acpiphp_init: acpi_walk_namespace failed" error at boot). -- Patrick McDermott <patrick.mcdermott@libiquity.com> Thu, 14 Jan 2021 00:33:38 -0500 diff --git a/src/build/linux-libre-4.19_4.19.167+gnu/config b/src/build/linux-libre-4.19_4.19.167+gnu/config index d13d6a5..dafcdae 100644 --- a/src/build/linux-libre-4.19_4.19.167+gnu/config +++ b/src/build/linux-libre-4.19_4.19.167+gnu/config @@ -490,8 +490,7 @@ CONFIG_PCI_LOCKLESS_CONFIG=y # CONFIG_PCI_PASID is not set CONFIG_PCI_LABEL=y CONFIG_HOTPLUG_PCI=y -CONFIG_HOTPLUG_PCI_ACPI=y -CONFIG_HOTPLUG_PCI_ACPI_IBM=y +# CONFIG_HOTPLUG_PCI_ACPI is not set # CONFIG_HOTPLUG_PCI_CPCI is not set # CONFIG_HOTPLUG_PCI_SHPC is not set |