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 3208ce08d66d..e2ce4a9c1c92 100644 --- a/drivers/acpi/Kconfig +++ b/drivers/acpi/Kconfig | |||
@@ -244,6 +244,17 @@ config ACPI_IBM_DOCK | |||
244 | 244 | ||
245 | If you are not sure, say N here. | 245 | If you are not sure, say N here. |
246 | 246 | ||
247 | config ACPI_IBM_BAY | ||
248 | bool "Legacy Removable Bay Support" | ||
249 | depends on ACPI_IBM | ||
250 | default y | ||
251 | ---help--- | ||
252 | Allows the ibm_acpi driver to handle removable bays. It will allow | ||
253 | disabling the device in the bay, and also generate notifications when | ||
254 | the bay lever is ejected or inserted. | ||
255 | |||
256 | If you are not sure, say Y here. | ||
257 | |||
247 | config ACPI_TOSHIBA | 258 | config ACPI_TOSHIBA |
248 | tristate "Toshiba Laptop Extras" | 259 | tristate "Toshiba Laptop Extras" |
249 | depends on X86 | 260 | depends on X86 |