mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-04-28 03:42:09 +00:00
Moved: --- CONFIG_HOTPLUG_PCI_ACPI=y CONFIG_PNPACPI=y --- from hotplug to acpi. In this way, it is possible to skip these config if the acpi feature is not supported. Signed-off-by: Alice Frosi <afrosi@de.ibm.com> Signed-off-by: Jakob-Naucke <jakob.naucke@ibm.com>
12 lines
328 B
Plaintext
12 lines
328 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
|
|
|
|
# Define hotplugs to be online immediately. Speeds things up, and makes things
|
|
# work smoother on some arch's.
|
|
CONFIG_MEMORY_HOTPLUG_DEFAULT_ONLINE=y
|