kernel: moved acpi hotplug config

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>
This commit is contained in:
Alice Frosi 2020-05-12 09:28:30 +02:00 committed by Jakob-Naucke
parent 7c85decc82
commit 6dca74ba72
No known key found for this signature in database
GPG Key ID: C3E19E8F8D0BA5E7
2 changed files with 2 additions and 2 deletions

View File

@ -20,3 +20,5 @@ CONFIG_ACPI_CONTAINER=y
CONFIG_ACPI_HOTPLUG_MEMORY=y
CONFIG_ACPI_NFIT=y
CONFIG_HAVE_ACPI_APEI=y
CONFIG_HOTPLUG_PCI_ACPI=y
CONFIG_PNPACPI=y

View File

@ -5,8 +5,6 @@ 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.