aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorDmitry Safonov <dima@arista.com>2020-03-06 15:31:56 +0000
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2020-03-12 10:00:23 +0100
commitd3394b3d51828d99d46bf38a1004517c0ff971a8 (patch)
tree303b524f0a53f1a450d18bf46430d1159a9b62cb /lib
parent207f6f34fb101aecb27a1487434491e958229e5b (diff)
downloadlinux-at91-d3394b3d51828d99d46bf38a1004517c0ff971a8.tar.gz
serial/sysrq: Add a help-string for MAGIC_SYSRQ_SERIAL_SEQUENCE
To make it more obvious what almost everyone wants to set here. Cc: Iurii Zaikin <yzaikin@google.com> Cc: Jiri Slaby <jslaby@suse.com> Cc: Joe Perches <joe@perches.com> Cc: Randy Dunlap <rdunlap@infradead.org> Cc: Vasiliy Khoruzhick <vasilykh@arista.com> Cc: linux-serial@vger.kernel.org Suggested-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> Signed-off-by: Dmitry Safonov <dima@arista.com> Link: https://lore.kernel.org/r/20200306153156.579921-1-dima@arista.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'lib')
-rw-r--r--lib/Kconfig.debug2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/Kconfig.debug b/lib/Kconfig.debug
index 38a8f3c9957990..c4a45817918ade 100644
--- a/lib/Kconfig.debug
+++ b/lib/Kconfig.debug
@@ -439,6 +439,8 @@ config MAGIC_SYSRQ_SERIAL_SEQUENCE
Specifies a sequence of characters that can follow BREAK to enable
SysRq on a serial console.
+ If unsure, leave an empty string and the option will not be enabled.
+
config DEBUG_FS
bool "Debug Filesystem"
help