diff options
author | Len Brown <len.brown@intel.com> | 2007-02-03 09:12:39 +0300 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2007-02-03 09:12:39 +0300 |
commit | 1fcb71b84b05ff3bfd5b5b2eca9a9b3d13a76e3a (patch) | |
tree | dc38e6c01154a3f19f92f9c114ba4b956c5a80a2 /drivers/acpi/Kconfig | |
parent | e8bdc5a9c56c140c732246a298922c3cf3777460 (diff) | |
parent | 0ed1e38d513ea683ce125e698dd41d31441e0e8c (diff) | |
download | linux-1fcb71b84b05ff3bfd5b5b2eca9a9b3d13a76e3a.tar.xz |
Pull bay into test branch
Diffstat (limited to 'drivers/acpi/Kconfig')
-rw-r--r-- | drivers/acpi/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/acpi/Kconfig b/drivers/acpi/Kconfig index 50e295b08c94..1422a11b5bbd 100644 --- a/drivers/acpi/Kconfig +++ b/drivers/acpi/Kconfig @@ -139,6 +139,13 @@ config ACPI_DOCK help This driver adds support for ACPI controlled docking stations +config ACPI_BAY + tristate "Removable Drive Bay (EXPERIMENTAL)" + depends on EXPERIMENTAL + help + This driver adds support for ACPI controlled removable drive + bays such as the IBM ultrabay or the Dell Module Bay. + config ACPI_PROCESSOR tristate "Processor" default y |