From 3f396d87ef1d12d1200dcb100c8e2adb957e9aac Mon Sep 17 00:00:00 2001 From: Sebastien Boeuf Date: Fri, 28 Feb 2020 10:41:38 +0100 Subject: [PATCH] resources: Enable ACPI PCI hotplug in the kernel config The PCI hotplug through ACPI was not enabled by default. Signed-off-by: Sebastien Boeuf --- resources/linux-virtio-fs-virtio-iommu-config | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/resources/linux-virtio-fs-virtio-iommu-config b/resources/linux-virtio-fs-virtio-iommu-config index d6c69dc0a..0f3897c34 100644 --- a/resources/linux-virtio-fs-virtio-iommu-config +++ b/resources/linux-virtio-fs-virtio-iommu-config @@ -996,6 +996,7 @@ CONFIG_HAVE_PCI=y CONFIG_PCI=y CONFIG_PCI_DOMAINS=y CONFIG_PCIEPORTBUS=y +# CONFIG_HOTPLUG_PCI_PCIE is not set CONFIG_PCIEAER=y # CONFIG_PCIEAER_INJECT is not set # CONFIG_PCIE_ECRC is not set @@ -1019,7 +1020,11 @@ CONFIG_PCI_LOCKLESS_CONFIG=y # CONFIG_PCI_PASID is not set # CONFIG_PCI_P2PDMA is not set CONFIG_PCI_LABEL=y -# CONFIG_HOTPLUG_PCI is not set +CONFIG_HOTPLUG_PCI=y +CONFIG_HOTPLUG_PCI_ACPI=y +# CONFIG_HOTPLUG_PCI_ACPI_IBM is not set +# CONFIG_HOTPLUG_PCI_CPCI is not set +# CONFIG_HOTPLUG_PCI_SHPC is not set # # PCI controller drivers