diff options
author | Paul Mundt <lethal@linux-sh.org> | 2007-06-11 02:32:07 -0400 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2007-06-11 02:32:07 -0400 |
commit | 357d59469c1179c30b8c425aba302346fac3594e (patch) | |
tree | 6e27fcd85967ad06072ac84788ac891cbcc10235 /arch/sh/Kconfig.debug | |
parent | 54039591cee40ef1f440f1245ed066c3e7d54a9a (diff) |
sh: Tidy up dependencies for SH-2 build.
SH-2 can presently get in to some pretty bogus states, so
we tidy up the dependencies a bit and get it all building
again.
This gets us a bit closer to a functional allyesconfig
and allmodconfig, though there are still a few things to
fix up.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/Kconfig.debug')
-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 d849d47d6af9..52f6a99c8ecc 100644 --- a/arch/sh/Kconfig.debug +++ b/arch/sh/Kconfig.debug | |||
@@ -86,6 +86,7 @@ config SH_KGDB | |||
86 | bool "Include KGDB kernel debugger" | 86 | bool "Include KGDB kernel debugger" |
87 | select FRAME_POINTER | 87 | select FRAME_POINTER |
88 | select DEBUG_INFO | 88 | select DEBUG_INFO |
89 | depends on CPU_SH3 || CPU_SH4 | ||
89 | help | 90 | help |
90 | Include in-kernel hooks for kgdb, the Linux kernel source level | 91 | Include in-kernel hooks for kgdb, the Linux kernel source level |
91 | debugger. See <http://kgdb.sourceforge.net/> for more information. | 92 | debugger. See <http://kgdb.sourceforge.net/> for more information. |