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/misc/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/misc/Kconfig')
-rw-r--r-- | drivers/misc/Kconfig | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/drivers/misc/Kconfig b/drivers/misc/Kconfig index 80b199fa0aa9..5d2bcbf1e3d4 100644 --- a/drivers/misc/Kconfig +++ b/drivers/misc/Kconfig | |||
@@ -122,4 +122,41 @@ config SONY_LAPTOP | |||
122 | 122 | ||
123 | Read <file:Documentation/sony-laptop.txt> for more information. | 123 | Read <file:Documentation/sony-laptop.txt> for more information. |
124 | 124 | ||
125 | config ACPI_IBM | ||
126 | tristate "IBM ThinkPad Laptop Extras" | ||
127 | depends on X86 && ACPI | ||
128 | select BACKLIGHT_CLASS_DEVICE | ||
129 | ---help--- | ||
130 | This is a Linux ACPI driver for the IBM ThinkPad laptops. It adds | ||
131 | support for Fn-Fx key combinations, Bluetooth control, video | ||
132 | output switching, ThinkLight control, UltraBay eject and more. | ||
133 | For more information about this driver see <file:Documentation/ibm-acpi.txt> | ||
134 | and <http://ibm-acpi.sf.net/> . | ||
135 | |||
136 | If you have an IBM ThinkPad laptop, say Y or M here. | ||
137 | |||
138 | config ACPI_IBM_DOCK | ||
139 | bool "Legacy Docking Station Support" | ||
140 | depends on ACPI_IBM | ||
141 | depends on ACPI_DOCK=n | ||
142 | default n | ||
143 | ---help--- | ||
144 | Allows the ibm_acpi driver to handle docking station events. | ||
145 | This support is obsoleted by CONFIG_HOTPLUG_PCI_ACPI. It will | ||
146 | allow locking and removing the laptop from the docking station, | ||
147 | but will not properly connect PCI devices. | ||
148 | |||
149 | If you are not sure, say N here. | ||
150 | |||
151 | config ACPI_IBM_BAY | ||
152 | bool "Legacy Removable Bay Support" | ||
153 | depends on ACPI_IBM | ||
154 | default y | ||
155 | ---help--- | ||
156 | Allows the ibm_acpi driver to handle removable bays. It will allow | ||
157 | disabling the device in the bay, and also generate notifications when | ||
158 | the bay lever is ejected or inserted. | ||
159 | |||
160 | If you are not sure, say Y here. | ||
161 | |||
125 | endmenu | 162 | endmenu |