aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/acpi/Kconfig
diff options
context:
space:
mode:
authorPaul Bolle <pebolle@tiscali.nl>2013-03-11 06:53:48 -0400
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>2013-03-24 18:56:41 -0400
commitea6a4581ce11bd1a5dca421c01b11d1ff2867c2f (patch)
tree8ef3ebcfeb22169ec5a32aa984c49e7b24d2482f /drivers/acpi/Kconfig
parent2cbb14fb7065b0cc08ef03ee69dce93d65197c29 (diff)
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>
Diffstat (limited to 'drivers/acpi/Kconfig')
-rw-r--r--drivers/acpi/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/acpi/Kconfig b/drivers/acpi/Kconfig
index da8082391f97..4fc0ffc42ed9 100644
--- a/drivers/acpi/Kconfig
+++ b/drivers/acpi/Kconfig
@@ -334,7 +334,7 @@ config X86_PM_TIMER
334 334
335config ACPI_CONTAINER 335config ACPI_CONTAINER
336 bool "Container and Module Devices" 336 bool "Container and Module Devices"
337 default (ACPI_HOTPLUG_MEMORY || ACPI_HOTPLUG_CPU || ACPI_HOTPLUG_IO) 337 default (ACPI_HOTPLUG_MEMORY || ACPI_HOTPLUG_CPU)
338 help 338 help
339 This driver supports ACPI Container and Module devices (IDs 339 This driver supports ACPI Container and Module devices (IDs
340 ACPI0004, PNP0A05, and PNP0A06). 340 ACPI0004, PNP0A05, and PNP0A06).