diff options
Diffstat (limited to 'drivers/misc/Kconfig')
-rw-r--r-- | drivers/misc/Kconfig | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/drivers/misc/Kconfig b/drivers/misc/Kconfig index 1d516f24ba53..aaaa61ea4217 100644 --- a/drivers/misc/Kconfig +++ b/drivers/misc/Kconfig | |||
@@ -150,6 +150,7 @@ config THINKPAD_ACPI | |||
150 | depends on X86 && ACPI | 150 | depends on X86 && ACPI |
151 | select BACKLIGHT_CLASS_DEVICE | 151 | select BACKLIGHT_CLASS_DEVICE |
152 | select HWMON | 152 | select HWMON |
153 | select NVRAM | ||
153 | ---help--- | 154 | ---help--- |
154 | This is a driver for the IBM and Lenovo ThinkPad laptops. It adds | 155 | This is a driver for the IBM and Lenovo ThinkPad laptops. It adds |
155 | support for Fn-Fx key combinations, Bluetooth control, video | 156 | support for Fn-Fx key combinations, Bluetooth control, video |
@@ -196,4 +197,17 @@ config THINKPAD_ACPI_BAY | |||
196 | 197 | ||
197 | If you are not sure, say Y here. | 198 | If you are not sure, say Y here. |
198 | 199 | ||
200 | config THINKPAD_ACPI_INPUT_ENABLED | ||
201 | bool "Enable input layer support by default" | ||
202 | depends on THINKPAD_ACPI | ||
203 | default y | ||
204 | ---help--- | ||
205 | Enables hot key handling over the input layer by default. If unset, | ||
206 | the driver does not enable any hot key handling by default, and also | ||
207 | starts up with a mostly empty keymap. | ||
208 | |||
209 | If you are not sure, say Y here. Say N to retain the deprecated | ||
210 | behavior of ibm-acpi, and thinkpad-acpi for kernels up to 2.6.21. | ||
211 | |||
212 | |||
199 | endif # MISC_DEVICES | 213 | endif # MISC_DEVICES |