summaryrefslogtreecommitdiff
path: root/drivers/hotplug
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <greg@kroah.com>2003-05-06 01:43:13 -0700
committerGreg Kroah-Hartman <greg@kroah.com>2003-05-06 01:43:13 -0700
commit96f87bd4c5a9cfc5431282c3f47b6466a670be2a (patch)
tree6aa1f4be129513abb020c3096999756998dcb82b /drivers/hotplug
parent3987511f1d1b96b4d4b24707ccdc0e4941d05566 (diff)
[PATCH] PCI Hotplug: fix dependancies for CONFIG_HOTPLUG_PCI_ACPI
Thanks to Adrian Bunk <bunk@fs.tum.de> for pointing this out.
Diffstat (limited to 'drivers/hotplug')
-rw-r--r--drivers/hotplug/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/hotplug/Kconfig b/drivers/hotplug/Kconfig
index d5953bc186a7..1370cc1c06ed 100644
--- a/drivers/hotplug/Kconfig
+++ b/drivers/hotplug/Kconfig
@@ -61,7 +61,7 @@ config HOTPLUG_PCI_IBM
config HOTPLUG_PCI_ACPI
tristate "ACPI PCI Hotplug driver"
- depends on ACPI && HOTPLUG_PCI
+ depends on ACPI_BUS && HOTPLUG_PCI
help
Say Y here if you have a system that supports PCI Hotplug using
ACPI.