diff options
Diffstat (limited to 'drivers/misc/Kconfig')
-rw-r--r-- | drivers/misc/Kconfig | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/drivers/misc/Kconfig b/drivers/misc/Kconfig index 1d516f24ba53..5197f9b9b65d 100644 --- a/drivers/misc/Kconfig +++ b/drivers/misc/Kconfig | |||
@@ -196,4 +196,17 @@ config THINKPAD_ACPI_BAY | |||
196 | 196 | ||
197 | If you are not sure, say Y here. | 197 | If you are not sure, say Y here. |
198 | 198 | ||
199 | config THINKPAD_ACPI_INPUT_ENABLED | ||
200 | bool "Enable input layer support by default" | ||
201 | depends on THINKPAD_ACPI | ||
202 | default y | ||
203 | ---help--- | ||
204 | Enables hot key handling over the input layer by default. If unset, | ||
205 | the driver does not enable any hot key handling by default, and also | ||
206 | starts up with a mostly empty keymap. | ||
207 | |||
208 | If you are not sure, say Y here. Say N to retain the deprecated | ||
209 | behavior of ibm-acpi, and thinkpad-acpi for kernels up to 2.6.21. | ||
210 | |||
211 | |||
199 | endif # MISC_DEVICES | 212 | endif # MISC_DEVICES |