mirror of
https://github.com/aljazceru/kata-containers.git
synced 2026-01-08 17:04:26 +01:00
git-subtree-dir: tools/packaging git-subtree-mainline:f818b46a41git-subtree-split:1f22d72d5dSigned-off-by: Peng Tao <bergwolf@hyper.sh>
14 lines
371 B
Plaintext
14 lines
371 B
Plaintext
# Setups to support our hotplug - memory, PCI devices and cpus
|
|
|
|
CONFIG_MEMORY_HOTPLUG=y
|
|
CONFIG_HOTPLUG_CPU=y
|
|
CONFIG_HOTPLUG_PCI=y
|
|
CONFIG_HOTPLUG_PCI_PCIE=y
|
|
CONFIG_PCIEPORTBUS=y
|
|
CONFIG_HOTPLUG_PCI_ACPI=y
|
|
CONFIG_PNPACPI=y
|
|
|
|
# Define hotplugs to be online immediately. Speeds things up, and makes things
|
|
# work smoother on some arch's.
|
|
CONFIG_MEMORY_HOTPLUG_DEFAULT_ONLINE=y
|