Allow CONFIG_STACKTRACE to be enabled by itself.
authorArve Hjønnevåg <arve@android.com>
Thu, 3 Jun 2010 23:33:07 +0000 (16:33 -0700)
committerColin Cross <ccross@android.com>
Tue, 14 Jun 2011 16:09:36 +0000 (09:09 -0700)
This allows us to get a kernel stacktrace for a thread though /proc.
Also enable it by default.

Change-Id: If8c21cd02feaf9863f4841ace524fa30c7328d49
Signed-off-by: Arve Hjønnevåg <arve@android.com>
lib/Kconfig.debug

index dd373c8ee94399efad67ad5bc3adf57e51cf4a3d..c6b006a936fb448eb70e282c4ba690db36ede094 100644 (file)
@@ -667,8 +667,9 @@ config DEBUG_LOCKING_API_SELFTESTS
          mutexes and rwsems.
 
 config STACKTRACE
-       bool
+       bool "Stacktrace"
        depends on STACKTRACE_SUPPORT
+       default y
 
 config DEBUG_STACK_USAGE
        bool "Stack utilization instrumentation"