From 351058ab0f3dfae851cee340647fb276f38be41e Mon Sep 17 00:00:00 2001 From: Rob Bradford Date: Mon, 13 Jan 2020 15:44:38 +0000 Subject: [PATCH] resources: Add memory hotplug support to the kernel configuration Add the config option for enabling memory hotplug to our recommended kenrel configuration. Signed-off-by: Rob Bradford --- resources/linux-virtio-fs-virtio-iommu-config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/linux-virtio-fs-virtio-iommu-config b/resources/linux-virtio-fs-virtio-iommu-config index 3cdc37880..89d902521 100644 --- a/resources/linux-virtio-fs-virtio-iommu-config +++ b/resources/linux-virtio-fs-virtio-iommu-config @@ -480,7 +480,7 @@ CONFIG_ARCH_HAS_ACPI_TABLE_UPGRADE=y # CONFIG_ACPI_DEBUG is not set # CONFIG_ACPI_PCI_SLOT is not set CONFIG_ACPI_CONTAINER=y -# CONFIG_ACPI_HOTPLUG_MEMORY is not set +CONFIG_ACPI_HOTPLUG_MEMORY=y CONFIG_ACPI_HOTPLUG_IOAPIC=y # CONFIG_ACPI_SBS is not set # CONFIG_ACPI_HED is not set