[PATCH] ACPI: make bay depend on dock

Since the bay driver depends on the dock driver for proper notification,
make this driver depend on the dock driver.

Signed-off-by: Kristen Carlson Accardi <kristen.c.accardi@intel.com>
Acked-by: Len Brown <lenb@kernel.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
Kristen Carlson Accardi 2007-02-28 20:13:17 -08:00 committed by Linus Torvalds
parent d1af65d13f
commit b1a316f6f9

View File

@ -149,6 +149,7 @@ config ACPI_DOCK
config ACPI_BAY config ACPI_BAY
tristate "Removable Drive Bay (EXPERIMENTAL)" tristate "Removable Drive Bay (EXPERIMENTAL)"
depends on EXPERIMENTAL depends on EXPERIMENTAL
depends on ACPI_DOCK
help help
This driver adds support for ACPI controlled removable drive This driver adds support for ACPI controlled removable drive
bays such as the IBM ultrabay or the Dell Module Bay. bays such as the IBM ultrabay or the Dell Module Bay.