aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArve Hjønnevåg <arve@android.com>2010-06-03 16:33:07 -0700
committerDima Zavin <dima@android.com>2011-01-07 19:08:47 -0800
commitfa0e62234b3318756347637623ec79527e9ecb4e (patch)
tree6c4770568c379a7ee4a9185e3eb8346bf5e31476
parent59a287c8ae46d78e9c2e95c129f141c8c40a4ebb (diff)
downloadexperimental-fa0e62234b3318756347637623ec79527e9ecb4e.tar.gz
Allow CONFIG_STACKTRACE to be enabled by itself.
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>
-rw-r--r--lib/Kconfig.debug3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/Kconfig.debug b/lib/Kconfig.debug
index 28b42b9274d..bcbdf94061b 100644
--- a/lib/Kconfig.debug
+++ b/lib/Kconfig.debug
@@ -638,8 +638,9 @@ config DEBUG_LOCKING_API_SELFTESTS
mutexes and rwsems.
config STACKTRACE
- bool
+ bool "Stacktrace"
depends on STACKTRACE_SUPPORT
+ default y
config DEBUG_KOBJECT
bool "kobject debugging"