diff options
Diffstat (limited to 'drivers/misc/Kconfig')
-rw-r--r-- | drivers/misc/Kconfig | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/drivers/misc/Kconfig b/drivers/misc/Kconfig index a26655881e6a..73e248fb2ff1 100644 --- a/drivers/misc/Kconfig +++ b/drivers/misc/Kconfig | |||
@@ -202,25 +202,5 @@ config THINKPAD_ACPI_BAY | |||
202 | 202 | ||
203 | If you are not sure, say Y here. | 203 | If you are not sure, say Y here. |
204 | 204 | ||
205 | config THINKPAD_ACPI_INPUT_ENABLED | ||
206 | bool "Enable input layer support by default" | ||
207 | depends on THINKPAD_ACPI | ||
208 | default n | ||
209 | ---help--- | ||
210 | This option enables thinkpad-acpi hot key handling over the input | ||
211 | layer at driver load time. When it is unset, the driver does not | ||
212 | enable hot key handling by default, and also starts up with a mostly | ||
213 | empty keymap. | ||
214 | |||
215 | This option should be enabled if you have a new enough HAL or other | ||
216 | userspace support that properly handles the thinkpad-acpi event | ||
217 | device. It auto-tunes the hot key support to those reported by the | ||
218 | firmware and enables it automatically. | ||
219 | |||
220 | If unsure, say N here to retain the old behaviour of ibm-acpi, and | ||
221 | thinkpad-acpi up to kernel 2.6.21: userspace will have to enable and | ||
222 | set up the thinkpad-acpi hot key handling using the sysfs interace | ||
223 | after loading the driver. | ||
224 | |||
225 | 205 | ||
226 | endif # MISC_DEVICES | 206 | endif # MISC_DEVICES |