diff options
author | Len Brown <len.brown@intel.com> | 2007-02-03 01:12:39 -0500 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2007-02-03 01:12:39 -0500 |
commit | 1fcb71b84b05ff3bfd5b5b2eca9a9b3d13a76e3a (patch) | |
tree | dc38e6c01154a3f19f92f9c114ba4b956c5a80a2 /drivers/acpi/Kconfig | |
parent | e8bdc5a9c56c140c732246a298922c3cf3777460 (diff) | |
parent | 0ed1e38d513ea683ce125e698dd41d31441e0e8c (diff) |
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 | |||
139 | help | 139 | help |
140 | This driver adds support for ACPI controlled docking stations | 140 | This driver adds support for ACPI controlled docking stations |
141 | 141 | ||
142 | config ACPI_BAY | ||
143 | tristate "Removable Drive Bay (EXPERIMENTAL)" | ||
144 | depends on EXPERIMENTAL | ||
145 | help | ||
146 | This driver adds support for ACPI controlled removable drive | ||
147 | bays such as the IBM ultrabay or the Dell Module Bay. | ||
148 | |||
142 | config ACPI_PROCESSOR | 149 | config ACPI_PROCESSOR |
143 | tristate "Processor" | 150 | tristate "Processor" |
144 | default y | 151 | default y |