Commit 1a8d59e529d0 ("MN10300: Deprecate gdbstub") made the Kconfig
symbol GDBSTUB depend on DEPRECATED. Since that Kconfig symbol doesn't
exist, this Kconfig entry has been dead since v2.6.39. Remove it.

Signed-off-by: Paul Bolle <pebo...@tiscali.nl>
---
 arch/mn10300/Kconfig.debug | 15 ---------------
 1 file changed, 15 deletions(-)

diff --git a/arch/mn10300/Kconfig.debug b/arch/mn10300/Kconfig.debug
index 94efb3ed223f..6a8c7e8d6156 100644
--- a/arch/mn10300/Kconfig.debug
+++ b/arch/mn10300/Kconfig.debug
@@ -30,21 +30,6 @@ config KPROBES
          for kernel debugging, non-intrusive instrumentation and testing.
          If in doubt, say "N".
 
-config GDBSTUB
-       bool "Remote GDB kernel debugging"
-       depends on DEBUG_KERNEL && DEPRECATED
-       select DEBUG_INFO
-       select FRAME_POINTER
-       help
-         If you say Y here, it will be possible to remotely debug the kernel
-         using gdb. This enlarges your kernel ELF image disk size by several
-         megabytes and requires a machine with more than 16 MB, better 32 MB
-         RAM to avoid excessive linking time. This is only useful for kernel
-         hackers. If unsure, say N.
-
-         This is deprecated in favour of KGDB and will be removed in a later
-         version.
-
 config GDBSTUB_IMMEDIATE
        bool "Break into GDB stub immediately"
        depends on GDBSTUB
-- 
1.9.3

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to