mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-20 11:13:58 +08:00
acpi: remove reference to ACPI_HOTPLUG_IO
The Kconfig entry for ACPI Container and Module Devices got added in v2.6.11. Its default value has always been set to (ACPI_HOTPLUG_MEMORY || ACPI_HOTPLUG_CPU || ACPI_HOTPLUG_IO) But the Kconfig symbol ACPI_HOTPLUG_IO has never existed. So it's pointless to use it to set this default value. Signed-off-by: Paul Bolle <pebolle@tiscali.nl> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
This commit is contained in:
parent
2cbb14fb70
commit
ea6a4581ce
@ -334,7 +334,7 @@ config X86_PM_TIMER
|
|||||||
|
|
||||||
config ACPI_CONTAINER
|
config ACPI_CONTAINER
|
||||||
bool "Container and Module Devices"
|
bool "Container and Module Devices"
|
||||||
default (ACPI_HOTPLUG_MEMORY || ACPI_HOTPLUG_CPU || ACPI_HOTPLUG_IO)
|
default (ACPI_HOTPLUG_MEMORY || ACPI_HOTPLUG_CPU)
|
||||||
help
|
help
|
||||||
This driver supports ACPI Container and Module devices (IDs
|
This driver supports ACPI Container and Module devices (IDs
|
||||||
ACPI0004, PNP0A05, and PNP0A06).
|
ACPI0004, PNP0A05, and PNP0A06).
|
||||||
|
Loading…
Reference in New Issue
Block a user