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 59f9def21720..6f8c50ea54e1 100644 --- a/drivers/acpi/Kconfig +++ b/drivers/acpi/Kconfig | |||
@@ -224,6 +224,17 @@ config ACPI_IBM_DOCK | |||
224 | 224 | ||
225 | If you are not sure, say N here. | 225 | If you are not sure, say N here. |
226 | 226 | ||
227 | config ACPI_IBM_BAY | ||
228 | bool "Legacy Removable Bay Support" | ||
229 | depends on ACPI_IBM | ||
230 | depends on ACPI_BAY=n | ||
231 | default n | ||
232 | ---help--- | ||
233 | Allows the ibm_acpi driver to handle removable bays. | ||
234 | This support is obsoleted by CONFIG_ACPI_BAY. | ||
235 | |||
236 | If you are not sure, say N here. | ||
237 | |||
227 | config ACPI_TOSHIBA | 238 | config ACPI_TOSHIBA |
228 | tristate "Toshiba Laptop Extras" | 239 | tristate "Toshiba Laptop Extras" |
229 | depends on X86 | 240 | depends on X86 |