kgdb: core changes to support kdb
[safe/jmp/linux-2.6] / lib / Kconfig.kgdb
index 9b5d1d7..78de43a 100644 (file)
@@ -3,7 +3,7 @@ config HAVE_ARCH_KGDB
        bool
 
 menuconfig KGDB
-       bool "KGDB: kernel debugging with remote gdb"
+       bool "KGDB: kernel debugger"
        depends on HAVE_ARCH_KGDB
        depends on DEBUG_KERNEL && EXPERIMENTAL
        help
@@ -57,4 +57,10 @@ config KGDB_TESTS_BOOT_STRING
          information about other strings you could use beyond the
          default of V1F100.
 
+config KGDB_KDB
+       bool "KGDB_KDB: include kdb frontend for kgdb"
+       default n
+       help
+         KDB frontend for kernel
+
 endif # KGDB