diff options
author | Kristen Carlson Accardi <kristen.c.accardi@intel.com> | 2006-10-20 17:30:25 -0400 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2007-02-03 01:11:30 -0500 |
commit | 01b57e73728880b787c85e27ad06c249412813b1 (patch) | |
tree | 7199a7f7581c2c0127ba9907db6e1303962d9cdc /drivers/acpi/Kconfig | |
parent | fe9a2f77e5ad508b18671571c0b3f6f79ea709a8 (diff) |
ACPI: bay: new driver adding removable drive bay support
Signed-off-by: Kristen Carlson Accardi <kristen.c.accardi@intel.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Len Brown <len.brown@intel.com>
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 f4f000abc4e9..2caef098379e 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" | ||
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 |