linux 2.6.16.38 w/ vs2.0.3-rc1
[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