diff options
author | Dmitry Safonov <[email protected]> | 2020-03-06 15:31:56 +0000 |
---|---|---|
committer | Greg Kroah-Hartman <[email protected]> | 2020-03-12 10:00:23 +0100 |
commit | d3394b3d51828d99d46bf38a1004517c0ff971a8 (patch) | |
tree | 303b524f0a53f1a450d18bf46430d1159a9b62cb | |
parent | 207f6f34fb101aecb27a1487434491e958229e5b (diff) |
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 <[email protected]>
Cc: Jiri Slaby <[email protected]>
Cc: Joe Perches <[email protected]>
Cc: Randy Dunlap <[email protected]>
Cc: Vasiliy Khoruzhick <[email protected]>
Cc: [email protected]
Suggested-by: Greg Kroah-Hartman <[email protected]>
Signed-off-by: Dmitry Safonov <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Greg Kroah-Hartman <[email protected]>
-rw-r--r-- | lib/Kconfig.debug | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/Kconfig.debug b/lib/Kconfig.debug index 38a8f3c99579..c4a45817918a 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 |