diff options
author | Len Brown <len.brown@intel.com> | 2007-03-09 23:17:46 -0500 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2007-03-09 23:17:46 -0500 |
commit | 5cb69bcacea70024252138a9cb4229a142a93389 (patch) | |
tree | 651f2d65b885b6cbc124cb2637fd648eb2ce0175 /drivers/acpi/Kconfig | |
parent | c207908fcc451e31d7fbba31541bd04f93787eb4 (diff) | |
parent | c9bf296b6467968ecb9d988e7ed754a19c2e63d9 (diff) | |
download | blackbird-obmc-linux-5cb69bcacea70024252138a9cb4229a142a93389.tar.gz blackbird-obmc-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 |