mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-15 00:04:15 +08:00
[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:
parent
d1af65d13f
commit
b1a316f6f9
@ -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.
|
||||||
|
Loading…
Reference in New Issue
Block a user