]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - lib/Kconfig.kgdb
rps: tcp: fix rps_sock_flow_table table updates
[karo-tx-linux.git] / lib / Kconfig.kgdb
index 78de43a5e902323cc4fb1a0ee8d288b17eb892a6..43cb93fa2651263930ae6c0f8181cd43aa119052 100644 (file)
@@ -57,10 +57,26 @@ config KGDB_TESTS_BOOT_STRING
          information about other strings you could use beyond the
          default of V1F100.
 
+config KGDB_LOW_LEVEL_TRAP
+       bool "KGDB: Allow debugging with traps in notifiers"
+       depends on X86 || MIPS
+       default n
+       help
+         This will add an extra call back to kgdb for the breakpoint
+         exception handler on which will will allow kgdb to step
+         through a notify handler.
+
 config KGDB_KDB
        bool "KGDB_KDB: include kdb frontend for kgdb"
        default n
        help
          KDB frontend for kernel
 
+config KDB_KEYBOARD
+       bool "KGDB_KDB: keyboard as input device"
+       depends on VT && KGDB_KDB
+       default n
+       help
+         KDB can use a PS/2 type keyboard for an input device
+
 endif # KGDB