GUI: Fix Tomato RAF theme for all builds. Compilation typo.
[tomato.git] / release / src-rt-6.x.4708 / linux / linux-2.6.36 / arch / um / Kconfig.debug
blob8fce5e536b0fa7a268fb59657c7ddc3f99e5d568
1 menu "Kernel hacking"
3 source "lib/Kconfig.debug"
5 config GPROF
6         bool "Enable gprof support"
7         depends on DEBUG_INFO && FRAME_POINTER
8         help
9           This allows profiling of a User-Mode Linux kernel with the gprof
10           utility.
12           See <http://user-mode-linux.sourceforge.net/old/gprof.html> for more
13           details.
15           If you're involved in UML kernel development and want to use gprof,
16           say Y.  If you're unsure, say N.
18 config GCOV
19         bool "Enable gcov support"
20         depends on DEBUG_INFO
21         help
22           This option allows developers to retrieve coverage data from a UML
23           session.
25           See <http://user-mode-linux.sourceforge.net/old/gprof.html> for more
26           details.
28           If you're involved in UML kernel development and want to use gcov,
29           say Y.  If you're unsure, say N.
31 config DEBUG_STACK_USAGE
32         bool "Stack utilization instrumentation"
33         default N
34         help
35           Track the maximum kernel stack usage - this will look at each
36           kernel stack at process exit and log it if it's the deepest
37           stack seen so far.
39           This option will slow down process creation and destruction somewhat.
40 endmenu