OSDN Git Service

acpi: remove reference to ACPI_HOTPLUG_IO
authorPaul Bolle <pebolle@tiscali.nl>
Mon, 11 Mar 2013 10:53:48 +0000 (10:53 +0000)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Sun, 24 Mar 2013 22:56:41 +0000 (23:56 +0100)
commitea6a4581ce11bd1a5dca421c01b11d1ff2867c2f
tree8ef3ebcfeb22169ec5a32aa984c49e7b24d2482f
parent2cbb14fb7065b0cc08ef03ee69dce93d65197c29
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>
drivers/acpi/Kconfig