[patch 2/2] 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@xxxxxxxxx>
---
drivers/acpi/Kconfig | 1 +
1 file changed, 1 insertion(+)

--- 2.6-mm.orig/drivers/acpi/Kconfig
+++ 2.6-mm/drivers/acpi/Kconfig
@@ -133,6 +133,7 @@ config ACPI_DOCK
config ACPI_BAY
tristate "Removable Drive Bay"
depends on EXPERIMENTAL
+ depends on ACPI_DOCK
help
This driver adds support for ACPI controlled removable drive
bays such as the IBM ultrabay or the Dell Module Bay.

--
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/



Relevant Pages

  • Re: [GIT PATCH] ACPI patches for 2.6.21
    ... IBM ultrabay or the Dell Module Bay. ... The user interface for the Bay driver is via sysfs - it is a platform ... writes 1 to the "eject" file, the driver will call the ACPI eject ... the driver will inform user space via a CHANGE uevent. ...
    (Linux-Kernel)
  • Re: [PATCH] ACPI: ibm-acpi: allow module to load when acpi notifiers cant be set
    ... wrote the bay driver, it had a couple features that ibm_acpi didn't have, ... case is that if bay was inserted after the laptop was booted, ... hardware it will use the IBM ACPI code and otherwise will use the ... functionality provided there should be merged into ACPI_BAY? ...
    (Linux-Kernel)
  • Re: [PATCH] bay: Exit if notify handler cannot be installed
    ... The bay driver is currently useless, BUT it should handle a lot of stuff ... The fact that the driver currently looks only after disks is just a bug. ... Isn't this the job of acpi dock driver? ... Bay and dock notifications are NOT standard. ...
    (Linux-Kernel)
  • Re: [PATCH] bay: Exit if notify handler cannot be installed
    ... The bay driver is currently useless, BUT it should handle a lot of stuff ... The fact that the driver currently looks only after disks is just a bug. ... Isn't this the job of acpi dock driver? ... Bay and dock notifications are NOT standard. ...
    (Linux-Kernel)
  • Re: [PATCH] ACPI: ibm-acpi: allow module to load when acpi notifiers cant be set
    ... wrote the bay driver, it had a couple features that ibm_acpi didn't have, ... case is that if bay was inserted after the laptop was booted, ... The dock driver doesn't generate any event in the bay driver on ... functionality provided there should be merged into ACPI_BAY? ...
    (Linux-Kernel)