summaryrefslogtreecommitdiff
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>2011-02-02 11:19:14 -0800
commite85786221e19f22887375720a2da82d922308ef1 (patch)
treee5e5919013c2ac6b060cdd9c6640a5a092aace57 /lib
parent39d3e3d101b147d8029375f050d2be47b576b774 (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 3967c2356e3..9008bc335b7 100644
--- a/lib/Kconfig.debug
+++ b/lib/Kconfig.debug
@@ -639,8 +639,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"