Revert to Fedora kernel-2.6.17-1.2187_FC5 patched with vs2.0.2.1; there are too many...
[linux-2.6.git] / arch / um / Kconfig.debug
index 09c1aca..5681a8b 100644 (file)
@@ -47,4 +47,14 @@ config GCOV
         If you're involved in UML kernel development and want to use gcov,
         say Y.  If you're unsure, say N.
 
+config SYSCALL_DEBUG
+       bool "Enable system call debugging"
+       default N
+       depends on DEBUG_INFO
+       help
+       This adds some system debugging to UML, including keeping a ring buffer
+       with recent system calls and some global and per-task statistics.
+
+       If unsure, say N
+
 endmenu