diff options
author | Henrique de Moraes Holschuh <hmh@hmh.eng.br> | 2007-02-21 13:05:38 -0200 |
---|---|---|
committer | Henrique de Moraes Holschuh <hmh@hmh.eng.br> | 2007-02-22 16:09:25 -0200 |
commit | 2bc808a8c4821a8ef4e3dc35b8fc577a9d2c6f0d (patch) | |
tree | f03421b0596be8fe8cafe294b4c739e9c52d5e52 /drivers/acpi/Kconfig | |
parent | adb005818b71e9476581a1de5742e2f427ac9e2b (diff) | |
download | linux-2bc808a8c4821a8ef4e3dc35b8fc577a9d2c6f0d.tar.gz linux-2bc808a8c4821a8ef4e3dc35b8fc577a9d2c6f0d.tar.bz2 linux-2bc808a8c4821a8ef4e3dc35b8fc577a9d2c6f0d.zip |
ACPI: ibm-acpi: make ibm-acpi bay support optional
Make ibm-acpi bay support optional at kernel compile time.
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 e942ffe8b57e..ee3dcd121827 100644 --- a/drivers/acpi/Kconfig +++ b/drivers/acpi/Kconfig @@ -242,6 +242,17 @@ config ACPI_IBM_DOCK If you are not sure, say N here. +config ACPI_IBM_BAY + bool "Legacy Removable Bay Support" + depends on ACPI_IBM + default y + ---help--- + Allows the ibm_acpi driver to handle removable bays. It will allow + disabling the device in the bay, and also generate notifications when + the bay lever is ejected or inserted. + + If you are not sure, say Y here. + config ACPI_TOSHIBA tristate "Toshiba Laptop Extras" depends on X86 |