diff options
author | Len Brown <len.brown@intel.com> | 2006-07-09 22:09:57 -0400 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2006-07-09 22:09:57 -0400 |
commit | 8d7bff6c0896feba2fbd5ce37062c212aee13870 (patch) | |
tree | 2bfde8445b61cc573c12c44b074ed9bc79e100dd /drivers/pci/hotplug | |
parent | c8f7a62cdde461914c6457d5f4362538ed810bf4 (diff) |
ACPI: ACPI_DOCK Kconfig
HOTPLUG_PCI_ACPI depends on ACPI_DOCK
ACPI_IBM_DOCK depends on ACPI_DOCK=n
ACPI_DOCK is EXPERIMENTAL, though that doesn't seem to mean much
Signed-off-by: Len Brown <len.brown@intel.com>
Diffstat (limited to 'drivers/pci/hotplug')
-rw-r--r-- | drivers/pci/hotplug/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/pci/hotplug/Kconfig b/drivers/pci/hotplug/Kconfig index 222a1cc4aa28..d305d212ad6c 100644 --- a/drivers/pci/hotplug/Kconfig +++ b/drivers/pci/hotplug/Kconfig | |||
@@ -77,7 +77,7 @@ config HOTPLUG_PCI_IBM | |||
77 | 77 | ||
78 | config HOTPLUG_PCI_ACPI | 78 | config HOTPLUG_PCI_ACPI |
79 | tristate "ACPI PCI Hotplug driver" | 79 | tristate "ACPI PCI Hotplug driver" |
80 | depends on ACPI && HOTPLUG_PCI | 80 | depends on ACPI_DOCK && HOTPLUG_PCI |
81 | help | 81 | help |
82 | Say Y here if you have a system that supports PCI Hotplug using | 82 | Say Y here if you have a system that supports PCI Hotplug using |
83 | ACPI. | 83 | ACPI. |