+config SYSCALL_STRING_SAVING
+ bool "Syscall string saving"
+ default n
+ help
+ Kmallocs a small buffer for each syscall and attaches it to the
+ kthread, which can be viewed when debugging semaphores. Individual
+ syscalls can save info in this buffer.
+
+config BLOCK_EXTRAS
+ bool "Block Extra Data"
+ default y
+ help
+ Extends blocks to have a list of other memory blocks. Useful for
+ networking performance. This is only an option while we debug the
+ implementation. Say y. If you have networking bugs, try turning this
+ off, and if that helps, tell someone.
+
+config BETTER_BACKTRACE
+ bool "Better backtraces, less optimizations"
+ default n
+ help
+ The kernel uses the frame pointer and call stacks for backtraces.
+ Tail-call optimizations remove some of this information. Say 'Y' here
+ to have better backtraces, at the expense of performance.
+