mirror of https://gitee.com/openkylin/linux.git
sh: kgdb sysrq depends on magic sysrq.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
This commit is contained in:
parent
98366c20a2
commit
0acc729ea3
|
@ -130,6 +130,7 @@ config SH_KGDB_CONSOLE
|
||||||
|
|
||||||
config KGDB_SYSRQ
|
config KGDB_SYSRQ
|
||||||
bool "Allow SysRq 'G' to enter KGDB"
|
bool "Allow SysRq 'G' to enter KGDB"
|
||||||
|
depends on MAGIC_SYSRQ
|
||||||
default y
|
default y
|
||||||
|
|
||||||
comment "Serial port setup"
|
comment "Serial port setup"
|
||||||
|
|
Loading…
Reference in New Issue