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