diff options
author | Paul Mundt <lethal@linux-sh.org> | 2007-11-06 17:34:33 +0900 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2007-11-07 11:13:55 +0900 |
commit | 808bde2537b6c683af25a2e911c1d88dc80a445e (patch) | |
tree | 0bae142d7ba521da7308fe8615559598eb73d4e0 /arch/sh/Kconfig.debug | |
parent | 98c6942975dc73138df61070dd8cfbcbe67f3d96 (diff) | |
download | talos-obmc-linux-808bde2537b6c683af25a2e911c1d88dc80a445e.tar.gz talos-obmc-linux-808bde2537b6c683af25a2e911c1d88dc80a445e.zip |
sh: Fix up kgdb build with modular sh-sci.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/Kconfig.debug')
-rw-r--r-- | arch/sh/Kconfig.debug | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sh/Kconfig.debug b/arch/sh/Kconfig.debug index ab2f9f3c354c..7fb6d5ca977a 100644 --- a/arch/sh/Kconfig.debug +++ b/arch/sh/Kconfig.debug @@ -124,7 +124,7 @@ config KGDB_NMI config SH_KGDB_CONSOLE bool "Console messages through GDB" - depends on !SERIAL_SH_SCI_CONSOLE + depends on !SERIAL_SH_SCI_CONSOLE && SERIAL_SH_SCI=y select SERIAL_CORE_CONSOLE default n |