From 30634cd0af76beeaf811e2f5a69015c00a3ad91e Mon Sep 17 00:00:00 2001 From: Stefan Agner Date: Thu, 23 Mar 2023 21:46:12 +0100 Subject: [PATCH] Partially revert "improve virtual hw support (#2138)" (#2425) Drop PCIe hotplug since this causes network interfaces name changes which aren't handled gracefully right now. People are left with no network configuration. --- buildroot-external/board/pc/ova/kernel.config | 3 --- 1 file changed, 3 deletions(-) diff --git a/buildroot-external/board/pc/ova/kernel.config b/buildroot-external/board/pc/ova/kernel.config index 69358e38a..861c758c7 100644 --- a/buildroot-external/board/pc/ova/kernel.config +++ b/buildroot-external/board/pc/ova/kernel.config @@ -1,9 +1,6 @@ CONFIG_EFI_STUB=y CONFIG_HOTPLUG_CPU=y -CONFIG_HOTPLUG_PCI_PCIE=y -CONFIG_HOTPLUG_PCI_ACPI=y -CONFIG_HOTPLUG_PCI_SHPC=y CONFIG_MEMORY_HOTPLUG=y CONFIG_MEMORY_HOTPLUG_DEFAULT_ONLINE=y CONFIG_MEMORY_HOTREMOVE=y