diff options
author | Paul Mundt <lethal@linux-sh.org> | 2007-11-06 03:50:07 -0500 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2007-11-06 21:13:55 -0500 |
commit | 0acc729ea31cb166116e350eb61694559b1d29aa (patch) | |
tree | d98625e70af6d50210e7dcccf403935f5b0c26ed /arch/sh | |
parent | 98366c20a275e957416e9516db5dcb7195b4e101 (diff) |
sh: kgdb sysrq depends on magic sysrq.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh')
-rw-r--r-- | arch/sh/Kconfig.debug | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/sh/Kconfig.debug b/arch/sh/Kconfig.debug index 7fb6d5ca977a..722da6851f56 100644 --- a/arch/sh/Kconfig.debug +++ b/arch/sh/Kconfig.debug | |||
@@ -130,6 +130,7 @@ config SH_KGDB_CONSOLE | |||
130 | 130 | ||
131 | config KGDB_SYSRQ | 131 | config KGDB_SYSRQ |
132 | bool "Allow SysRq 'G' to enter KGDB" | 132 | bool "Allow SysRq 'G' to enter KGDB" |
133 | depends on MAGIC_SYSRQ | ||
133 | default y | 134 | default y |
134 | 135 | ||
135 | comment "Serial port setup" | 136 | comment "Serial port setup" |