diff options
author | Henrique de Moraes Holschuh <hmh@hmh.eng.br> | 2007-03-23 16:34:00 -0400 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2007-03-25 23:37:55 -0400 |
commit | 3ede41c718c7845905231019e42d05a3ed329515 (patch) | |
tree | 6cac5d3152f8fa55198544556cf6f03bae5f3bb6 /drivers/acpi/Kconfig | |
parent | 38f996ed21089fa4ae40526a5f428e3c792ea561 (diff) |
ACPI: ibm-acpi: move driver to drivers/misc hierarchy
ibm-acpi is not an ACPICA driver, so move it to drivers/misc as per Len
Brown's request.
Signed-off-by: Henrique de Moraes Holschuh <hmh@hmh.eng.br>
Signed-off-by: Len Brown <len.brown@intel.com>
Diffstat (limited to 'drivers/acpi/Kconfig')
-rw-r--r-- | drivers/acpi/Kconfig | 37 |
1 files changed, 0 insertions, 37 deletions
diff --git a/drivers/acpi/Kconfig b/drivers/acpi/Kconfig index e2ce4a9c1c92..45c43150826b 100644 --- a/drivers/acpi/Kconfig +++ b/drivers/acpi/Kconfig | |||
@@ -218,43 +218,6 @@ config ACPI_ASUS | |||
218 | NOTE: This driver is deprecated and will probably be removed soon, | 218 | NOTE: This driver is deprecated and will probably be removed soon, |
219 | use asus-laptop instead. | 219 | use asus-laptop instead. |
220 | 220 | ||
221 | config ACPI_IBM | ||
222 | tristate "IBM ThinkPad Laptop Extras" | ||
223 | depends on X86 | ||
224 | select BACKLIGHT_CLASS_DEVICE | ||
225 | ---help--- | ||
226 | This is a Linux ACPI driver for the IBM ThinkPad laptops. It adds | ||
227 | support for Fn-Fx key combinations, Bluetooth control, video | ||
228 | output switching, ThinkLight control, UltraBay eject and more. | ||
229 | For more information about this driver see <file:Documentation/ibm-acpi.txt> | ||
230 | and <http://ibm-acpi.sf.net/> . | ||
231 | |||
232 | If you have an IBM ThinkPad laptop, say Y or M here. | ||
233 | |||
234 | config ACPI_IBM_DOCK | ||
235 | bool "Legacy Docking Station Support" | ||
236 | depends on ACPI_IBM | ||
237 | depends on ACPI_DOCK=n | ||
238 | default n | ||
239 | ---help--- | ||
240 | Allows the ibm_acpi driver to handle docking station events. | ||
241 | This support is obsoleted by CONFIG_HOTPLUG_PCI_ACPI. It will | ||
242 | allow locking and removing the laptop from the docking station, | ||
243 | but will not properly connect PCI devices. | ||
244 | |||
245 | If you are not sure, say N here. | ||
246 | |||
247 | config ACPI_IBM_BAY | ||
248 | bool "Legacy Removable Bay Support" | ||
249 | depends on ACPI_IBM | ||
250 | default y | ||
251 | ---help--- | ||
252 | Allows the ibm_acpi driver to handle removable bays. It will allow | ||
253 | disabling the device in the bay, and also generate notifications when | ||
254 | the bay lever is ejected or inserted. | ||
255 | |||
256 | If you are not sure, say Y here. | ||
257 | |||
258 | config ACPI_TOSHIBA | 221 | config ACPI_TOSHIBA |
259 | tristate "Toshiba Laptop Extras" | 222 | tristate "Toshiba Laptop Extras" |
260 | depends on X86 | 223 | depends on X86 |