aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorArve Hjønnevåg <arve@android.com>2010-06-03 16:33:07 -0700
committerDima Zavin <dima@android.com>2010-09-29 14:54:07 -0700
commit66c87b4cab42419fa76cec691dbc7c59a9e73366 (patch)
tree08d56427fb8f5f2773e7aede47b90880531800bb /lib
parent9572831534751c97ff66c9bea0c2455d86e7b404 (diff)
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>
Diffstat (limited to 'lib')
-rw-r--r--lib/Kconfig.debug3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/Kconfig.debug b/lib/Kconfig.debug
index e722e9d6222..4c6f1f0665f 100644
--- a/lib/Kconfig.debug
+++ b/lib/Kconfig.debug
@@ -587,8 +587,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"