mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-07-05 19:47:53 +00:00
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:
parent
f188ef7f0e
commit
5a0e9cc2d3
@ -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
|
||||
|
5
kernel/configs/fragments/x86_64/hotplug.conf
Normal file
5
kernel/configs/fragments/x86_64/hotplug.conf
Normal 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
|
Loading…
Reference in New Issue
Block a user