]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - arch/um/Kconfig.debug
Merge branch 'cpus4096' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux...
[linux-2.6-omap-h63xx.git] / arch / um / Kconfig.debug
index 1eace4bd661672ffdcf339f34d513ff5b80ad2d8..8fce5e536b0fa7a268fb59657c7ddc3f99e5d568 100644 (file)
@@ -4,29 +4,29 @@ source "lib/Kconfig.debug"
 
 config GPROF
        bool "Enable gprof support"
-       depends on DEBUG_INFO
+       depends on DEBUG_INFO && FRAME_POINTER
        help
-        This allows profiling of a User-Mode Linux kernel with the gprof
-        utility.
+         This allows profiling of a User-Mode Linux kernel with the gprof
+         utility.
 
-        See <http://user-mode-linux.sourceforge.net/gprof.html> for more
-        details.
+         See <http://user-mode-linux.sourceforge.net/old/gprof.html> for more
+         details.
 
-        If you're involved in UML kernel development and want to use gprof,
-        say Y.  If you're unsure, say N.
+         If you're involved in UML kernel development and want to use gprof,
+         say Y.  If you're unsure, say N.
 
 config GCOV
        bool "Enable gcov support"
        depends on DEBUG_INFO
        help
-        This option allows developers to retrieve coverage data from a UML
-        session.
+         This option allows developers to retrieve coverage data from a UML
+         session.
 
-        See <http://user-mode-linux.sourceforge.net/gprof.html> for more
-        details.
+         See <http://user-mode-linux.sourceforge.net/old/gprof.html> for more
+         details.
 
-        If you're involved in UML kernel development and want to use gcov,
-        say Y.  If you're unsure, say N.
+         If you're involved in UML kernel development and want to use gcov,
+         say Y.  If you're unsure, say N.
 
 config DEBUG_STACK_USAGE
        bool "Stack utilization instrumentation"