diff options
Diffstat (limited to 'drivers/acpi/Kconfig')
-rw-r--r-- | drivers/acpi/Kconfig | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/drivers/acpi/Kconfig b/drivers/acpi/Kconfig index 7c49e103cf8f..4a3220b218d8 100644 --- a/drivers/acpi/Kconfig +++ b/drivers/acpi/Kconfig | |||
@@ -243,6 +243,17 @@ config ACPI_IBM_DOCK | |||
243 | 243 | ||
244 | If you are not sure, say N here. | 244 | If you are not sure, say N here. |
245 | 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 | |||
246 | config ACPI_TOSHIBA | 257 | config ACPI_TOSHIBA |
247 | tristate "Toshiba Laptop Extras" | 258 | tristate "Toshiba Laptop Extras" |
248 | depends on X86 | 259 | depends on X86 |