diff options
author | Henrique de Moraes Holschuh <hmh@hmh.eng.br> | 2007-03-29 00:58:41 -0400 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2007-03-30 15:35:42 -0400 |
commit | 85998248b2e8c6ae7d3ad1fa7b059aed22205ec4 (patch) | |
tree | 51d1660479b6f5e8484aafb0ca767aa94c612bc7 /drivers/misc/Kconfig | |
parent | f21f85de4b3b9ad4a671fb19a889c16db2ea38b2 (diff) |
ACPI: thinkpad-acpi: cleanup Kconfig for thinkpad-acpi
Since ibm-acpi was renamed to thinkpad-acpi, rename and update its Kconfig
entries and Kconfig-related symbols accordingly.
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, 20 insertions, 17 deletions
diff --git a/drivers/misc/Kconfig b/drivers/misc/Kconfig index 5d2bcbf1e3d4..2cd96a3dff54 100644 --- a/drivers/misc/Kconfig +++ b/drivers/misc/Kconfig | |||
@@ -122,40 +122,43 @@ 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 | 125 | config THINKPAD_ACPI |
126 | tristate "IBM ThinkPad Laptop Extras" | 126 | tristate "ThinkPad ACPI Laptop Extras" |
127 | depends on X86 && ACPI | 127 | depends on X86 && ACPI |
128 | select BACKLIGHT_CLASS_DEVICE | 128 | select BACKLIGHT_CLASS_DEVICE |
129 | ---help--- | 129 | ---help--- |
130 | This is a Linux ACPI driver for the IBM ThinkPad laptops. It adds | 130 | This is a driver for the IBM and Lenovo ThinkPad laptops. It adds |
131 | support for Fn-Fx key combinations, Bluetooth control, video | 131 | support for Fn-Fx key combinations, Bluetooth control, video |
132 | output switching, ThinkLight control, UltraBay eject and more. | 132 | output switching, ThinkLight control, UltraBay eject and more. |
133 | For more information about this driver see <file:Documentation/ibm-acpi.txt> | 133 | For more information about this driver see |
134 | and <http://ibm-acpi.sf.net/> . | 134 | <file:Documentation/thinkpad-acpi.txt> and <http://ibm-acpi.sf.net/> . |
135 | 135 | ||
136 | If you have an IBM ThinkPad laptop, say Y or M here. | 136 | This driver was formely known as ibm-acpi. |
137 | 137 | ||
138 | config ACPI_IBM_DOCK | 138 | If you have an IBM or Lenovo ThinkPad laptop, say Y or M here. |
139 | |||
140 | config THINKPAD_ACPI_DOCK | ||
139 | bool "Legacy Docking Station Support" | 141 | bool "Legacy Docking Station Support" |
140 | depends on ACPI_IBM | 142 | depends on THINKPAD_ACPI |
141 | depends on ACPI_DOCK=n | 143 | depends on ACPI_DOCK=n |
142 | default n | 144 | default n |
143 | ---help--- | 145 | ---help--- |
144 | Allows the ibm_acpi driver to handle docking station events. | 146 | Allows the thinkpad_acpi driver to handle docking station events. |
145 | This support is obsoleted by CONFIG_HOTPLUG_PCI_ACPI. It will | 147 | This support was made obsolete by the generic ACPI docking station |
146 | allow locking and removing the laptop from the docking station, | 148 | support (CONFIG_ACPI_DOCK). It will allow locking and removing the |
147 | but will not properly connect PCI devices. | 149 | laptop from the docking station, but will not properly connect PCI |
150 | devices. | ||
148 | 151 | ||
149 | If you are not sure, say N here. | 152 | If you are not sure, say N here. |
150 | 153 | ||
151 | config ACPI_IBM_BAY | 154 | config THINKPAD_ACPI_BAY |
152 | bool "Legacy Removable Bay Support" | 155 | bool "Legacy Removable Bay Support" |
153 | depends on ACPI_IBM | 156 | depends on THINKPAD_ACPI |
154 | default y | 157 | default y |
155 | ---help--- | 158 | ---help--- |
156 | Allows the ibm_acpi driver to handle removable bays. It will allow | 159 | Allows the thinkpad_acpi driver to handle removable bays. It will |
157 | disabling the device in the bay, and also generate notifications when | 160 | eletrically disable the device in the bay, and also generate |
158 | the bay lever is ejected or inserted. | 161 | notifications when the bay lever is ejected or inserted. |
159 | 162 | ||
160 | If you are not sure, say Y here. | 163 | If you are not sure, say Y here. |
161 | 164 | ||