]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - lib/Kconfig.kgdb
kgdb: core changes to support kdb
[karo-tx-linux.git] / lib / Kconfig.kgdb
index 9b5d1d7f2ef72bf49f750a4b2bf12344906ddc74..78de43a5e902323cc4fb1a0ee8d288b17eb892a6 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