diff options
Diffstat (limited to 'drivers/platform/x86/Kconfig')
-rw-r--r-- | drivers/platform/x86/Kconfig | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/drivers/platform/x86/Kconfig b/drivers/platform/x86/Kconfig index f526e735c5ab..11fce79b61d1 100644 --- a/drivers/platform/x86/Kconfig +++ b/drivers/platform/x86/Kconfig | |||
@@ -319,9 +319,15 @@ config THINKPAD_ACPI_VIDEO | |||
319 | server running, phase of the moon, and the current mood of | 319 | server running, phase of the moon, and the current mood of |
320 | Schroedinger's cat. If you can use X.org's RandR to control | 320 | Schroedinger's cat. If you can use X.org's RandR to control |
321 | your ThinkPad's video output ports instead of this feature, | 321 | your ThinkPad's video output ports instead of this feature, |
322 | don't think twice: do it and say N here to save some memory. | 322 | don't think twice: do it and say N here to save memory and avoid |
323 | bad interactions with X.org. | ||
323 | 324 | ||
324 | If you are not sure, say Y here. | 325 | NOTE: access to this feature is limited to processes with the |
326 | CAP_SYS_ADMIN capability, to avoid local DoS issues in platforms | ||
327 | where it interacts badly with X.org. | ||
328 | |||
329 | If you are not sure, say Y here but do try to check if you could | ||
330 | be using X.org RandR instead. | ||
325 | 331 | ||
326 | config THINKPAD_ACPI_HOTKEY_POLL | 332 | config THINKPAD_ACPI_HOTKEY_POLL |
327 | bool "Support NVRAM polling for hot keys" | 333 | bool "Support NVRAM polling for hot keys" |