From 67dc500e847afb894b58775668d58806a56a4cbb Mon Sep 17 00:00:00 2001 From: zhouli57 Date: Thu, 17 Feb 2022 17:37:55 +0800 Subject: [PATCH] config/standard_vm_image: update standard image kernel config for hotplug Signed-off-by: zhouli57 --- script/config/standard_vm_image/kernel_config_4.19_aarch64 | 2 +- script/config/standard_vm_image/kernel_config_4.19_x86_64 | 2 +- script/config/standard_vm_image/kernel_config_5.10_aarch64 | 2 +- script/config/standard_vm_image/kernel_config_5.10_x86_64 | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/script/config/standard_vm_image/kernel_config_4.19_aarch64 b/script/config/standard_vm_image/kernel_config_4.19_aarch64 index 6467059..c2159dd 100644 --- a/script/config/standard_vm_image/kernel_config_4.19_aarch64 +++ b/script/config/standard_vm_image/kernel_config_4.19_aarch64 @@ -293,7 +293,7 @@ CONFIG_PCI_DOMAINS=y CONFIG_PCI_DOMAINS_GENERIC=y CONFIG_PCI_SYSCALL=y CONFIG_PCIEPORTBUS=y -# CONFIG_HOTPLUG_PCI_PCIE is not set +CONFIG_HOTPLUG_PCI_PCIE=y CONFIG_PCIEAER=y # CONFIG_PCIEAER_INJECT is not set # CONFIG_PCIE_ECRC is not set diff --git a/script/config/standard_vm_image/kernel_config_4.19_x86_64 b/script/config/standard_vm_image/kernel_config_4.19_x86_64 index 62f3572..b817bc9 100644 --- a/script/config/standard_vm_image/kernel_config_4.19_x86_64 +++ b/script/config/standard_vm_image/kernel_config_4.19_x86_64 @@ -546,7 +546,7 @@ CONFIG_PCI_DOMAINS=y CONFIG_MMCONF_FAM10H=y # CONFIG_PCI_CNB20LE_QUIRK is not set CONFIG_PCIEPORTBUS=y -# CONFIG_HOTPLUG_PCI_PCIE is not set +CONFIG_HOTPLUG_PCI_PCIE=y CONFIG_PCIEAER=y # CONFIG_PCIEAER_INJECT is not set # CONFIG_PCIE_ECRC is not set diff --git a/script/config/standard_vm_image/kernel_config_5.10_aarch64 b/script/config/standard_vm_image/kernel_config_5.10_aarch64 index de88362..3d89d8a 100644 --- a/script/config/standard_vm_image/kernel_config_5.10_aarch64 +++ b/script/config/standard_vm_image/kernel_config_5.10_aarch64 @@ -1094,7 +1094,7 @@ CONFIG_PCI_DOMAINS=y CONFIG_PCI_DOMAINS_GENERIC=y CONFIG_PCI_SYSCALL=y CONFIG_PCIEPORTBUS=y -# CONFIG_HOTPLUG_PCI_PCIE is not set +CONFIG_HOTPLUG_PCI_PCIE=y CONFIG_PCIEAER=y # CONFIG_PCIEAER_INJECT is not set # CONFIG_PCIE_ECRC is not set diff --git a/script/config/standard_vm_image/kernel_config_5.10_x86_64 b/script/config/standard_vm_image/kernel_config_5.10_x86_64 index 9f6392a..bcc32e7 100644 --- a/script/config/standard_vm_image/kernel_config_5.10_x86_64 +++ b/script/config/standard_vm_image/kernel_config_5.10_x86_64 @@ -1065,7 +1065,7 @@ CONFIG_HAVE_PCI=y CONFIG_PCI=y CONFIG_PCI_DOMAINS=y CONFIG_PCIEPORTBUS=y -# CONFIG_HOTPLUG_PCI_PCIE is not set +CONFIG_HOTPLUG_PCI_PCIE=y CONFIG_PCIEAER=y # CONFIG_PCIEAER_INJECT is not set # CONFIG_PCIE_ECRC is not set -- Gitee