diff options
author | Henrique de Moraes Holschuh <hmh@hmh.eng.br> | 2006-11-25 13:35:09 -0500 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2006-12-07 01:38:45 -0500 |
commit | 2df910b4c3edcce9a0c12394db6f5f4a6e69c712 (patch) | |
tree | 658752b625b083dbad102d34be5a3da9e1be26c5 /drivers/acpi/Kconfig | |
parent | e0298997acdba929e7f5b5987d305b67b50a3969 (diff) |
ACPI: ibm-acpi: make non-generic bay support optional
This patch makes it possible to disable ibm-acpi non-generic bay support,
as generic bay support already works well for a number of ThinkPads.
Signed-off-by: Henrique de Moraes Holschuh <hmh@hmh.eng.br>
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 |