diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2021-01-15 03:00:23 (EST) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2021-01-15 03:04:39 (EST) |
commit | 2b7aeedad4efed36788367665988ce810e68ab62 (patch) | |
tree | 928dfefdaac562e6bdf3d5841cebb61f91c701b9 | |
parent | 60c2012e0bb5716de3054390c283bbe1133055b4 (diff) |
linux-libre-4.19: Disable ACPI PCI Hotplug driver
-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 |