config: disable pci shpc hotplug for arm64

Since we disable pci shpc hotplug for arm64, see
https://github.com/kata-containers/packaging/pull/498 for detailed
reason.
We need to move CONFIG_HOTPLUG_PCI_SHPC from common conf to
x86_64-specific.

Fixes: #1004

Signed-off-by: Penny Zheng <penny.zheng@arm.com>
Signed-off-by: Jianyong Wu <jianyong.wu@arm.com>
This commit is contained in:
Penny Zheng 2020-04-09 13:55:22 +08:00
parent f188ef7f0e
commit 5a0e9cc2d3
2 changed files with 5 additions and 1 deletions

View File

@ -4,7 +4,6 @@ CONFIG_MEMORY_HOTPLUG=y
CONFIG_HOTPLUG_CPU=y
CONFIG_HOTPLUG_PCI=y
CONFIG_HOTPLUG_PCI_PCIE=y
CONFIG_HOTPLUG_PCI_SHPC=y
CONFIG_PCIEPORTBUS=y
CONFIG_HOTPLUG_PCI_ACPI=y
CONFIG_PNPACPI=y

View File

@ -0,0 +1,5 @@
# Since we disable pci shpc hotplug for arm64,
# See https://github.com/kata-containers/packaging/pull/498
# for detailed reasons.
# we move this config into x86_64-specific.
CONFIG_HOTPLUG_PCI_SHPC=y