aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/acpi/Kconfig
diff options
context:
space:
mode:
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