[PATCH] PCI Hotplug: fix dependancies for CONFIG_HOTPLUG_PCI_ACPI
Thanks to Adrian Bunk <bunk@fs.tum.de> for pointing this out.
drivers/hotplug/Kconfig | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
diff -Nru a/drivers/hotplug/Kconfig b/drivers/hotplug/Kconfig
--- a/drivers/hotplug/Kconfig Tue May 6 15:55:45 2003
+++ b/drivers/hotplug/Kconfig Tue May 6 15:55:45 2003
@@ -61,7 +61,7 @@
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.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/