diff options
Diffstat (limited to 'drivers/acpi/Kconfig')
-rw-r--r-- | drivers/acpi/Kconfig | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/drivers/acpi/Kconfig b/drivers/acpi/Kconfig index e942ffe8b57e..4a3220b218d8 100644 --- a/drivers/acpi/Kconfig +++ b/drivers/acpi/Kconfig | |||
@@ -149,6 +149,7 @@ config ACPI_DOCK | |||
149 | config ACPI_BAY | 149 | config ACPI_BAY |
150 | tristate "Removable Drive Bay (EXPERIMENTAL)" | 150 | tristate "Removable Drive Bay (EXPERIMENTAL)" |
151 | depends on EXPERIMENTAL | 151 | depends on EXPERIMENTAL |
152 | depends on ACPI_DOCK | ||
152 | help | 153 | help |
153 | This driver adds support for ACPI controlled removable drive | 154 | This driver adds support for ACPI controlled removable drive |
154 | bays such as the IBM ultrabay or the Dell Module Bay. | 155 | bays such as the IBM ultrabay or the Dell Module Bay. |
@@ -242,6 +243,17 @@ config ACPI_IBM_DOCK | |||
242 | 243 | ||
243 | If you are not sure, say N here. | 244 | If you are not sure, say N here. |
244 | 245 | ||
246 | config ACPI_IBM_BAY | ||
247 | bool "Legacy Removable Bay Support" | ||
248 | depends on ACPI_IBM | ||
249 | default y | ||
250 | ---help--- | ||
251 | Allows the ibm_acpi driver to handle removable bays. It will allow | ||
252 | disabling the device in the bay, and also generate notifications when | ||
253 | the bay lever is ejected or inserted. | ||
254 | |||
255 | If you are not sure, say Y here. | ||
256 | |||
245 | config ACPI_TOSHIBA | 257 | config ACPI_TOSHIBA |
246 | tristate "Toshiba Laptop Extras" | 258 | tristate "Toshiba Laptop Extras" |
247 | depends on X86 | 259 | depends on X86 |