diff options
author | Len Brown <len.brown@intel.com> | 2007-03-10 05:17:46 +0100 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2007-03-10 05:17:46 +0100 |
commit | 5cb69bcacea70024252138a9cb4229a142a93389 (patch) | |
tree | 651f2d65b885b6cbc124cb2637fd648eb2ce0175 /drivers/acpi/Kconfig | |
parent | Pull altix into release branch (diff) | |
parent | ACPI: ibm-acpi: improve backlight power handling (diff) | |
download | linux-5cb69bcacea70024252138a9cb4229a142a93389.tar.xz linux-5cb69bcacea70024252138a9cb4229a142a93389.zip |
Pull ibm into release branch
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 7c49e103cf8f..4a3220b218d8 100644 --- a/drivers/acpi/Kconfig +++ b/drivers/acpi/Kconfig @@ -243,6 +243,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 |