aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/acpi/Kconfig
diff options
context:
space:
mode:
authorHenrique de Moraes Holschuh <hmh@hmh.eng.br>2007-02-21 10:05:38 -0500
committerHenrique de Moraes Holschuh <hmh@hmh.eng.br>2007-02-22 13:09:25 -0500
commit2bc808a8c4821a8ef4e3dc35b8fc577a9d2c6f0d (patch)
treef03421b0596be8fe8cafe294b4c739e9c52d5e52 /drivers/acpi/Kconfig
parentadb005818b71e9476581a1de5742e2f427ac9e2b (diff)
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/Kconfig11
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
242 242
243 If you are not sure, say N here. 243 If you are not sure, say N here.
244 244
245config ACPI_IBM_BAY
246 bool "Legacy Removable Bay Support"
247 depends on ACPI_IBM
248 default y
249 ---help---
250 Allows the ibm_acpi driver to handle removable bays. It will allow
251 disabling the device in the bay, and also generate notifications when
252 the bay lever is ejected or inserted.
253
254 If you are not sure, say Y here.
255
245config ACPI_TOSHIBA 256config ACPI_TOSHIBA
246 tristate "Toshiba Laptop Extras" 257 tristate "Toshiba Laptop Extras"
247 depends on X86 258 depends on X86