diff options
Diffstat (limited to 'drivers/misc/Kconfig')
-rw-r--r-- | drivers/misc/Kconfig | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/drivers/misc/Kconfig b/drivers/misc/Kconfig index b5e67c0ff433..b1f9a405c822 100644 --- a/drivers/misc/Kconfig +++ b/drivers/misc/Kconfig | |||
@@ -219,6 +219,25 @@ config THINKPAD_ACPI_BAY | |||
219 | 219 | ||
220 | If you are not sure, say Y here. | 220 | If you are not sure, say Y here. |
221 | 221 | ||
222 | config THINKPAD_ACPI_HOTKEY_POLL | ||
223 | bool "Suport NVRAM polling for hot keys" | ||
224 | depends on THINKPAD_ACPI | ||
225 | default y | ||
226 | ---help--- | ||
227 | Some thinkpad models benefit from NVRAM polling to detect a few of | ||
228 | the hot key press events. If you know your ThinkPad model does not | ||
229 | need to do NVRAM polling to support any of the hot keys you use, | ||
230 | unselecting this option will save about 1kB of memory. | ||
231 | |||
232 | ThinkPads T40 and newer, R52 and newer, and X31 and newer are | ||
233 | unlikely to need NVRAM polling in their latest BIOS versions. | ||
234 | |||
235 | NVRAM polling can detect at most the following keys: ThinkPad/Access | ||
236 | IBM, Zoom, Switch Display (fn+F7), ThinkLight, Volume up/down/mute, | ||
237 | Brightness up/down, Display Expand (fn+F8), Hibernate (fn+F12). | ||
238 | |||
239 | If you are not sure, say Y here. The driver enables polling only if | ||
240 | it is strictly necessary to do so. | ||
222 | 241 | ||
223 | config ATMEL_SSC | 242 | config ATMEL_SSC |
224 | tristate "Device driver for Atmel SSC peripheral" | 243 | tristate "Device driver for Atmel SSC peripheral" |