summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorArve Hjønnevåg <arve@android.com>2010-06-03 16:33:07 -0700
committerIliyan Malchev <malchev@google.com>2011-05-23 15:43:44 -0700
commit3e073841fde80c1e2278f631376047f36d5222ad (patch)
tree4d2047dae3627aad365fe2ca3ff5b4ab5ecbd0ce /lib
parent48f3a6d80474bcc0220acdaf9020851f30d8a729 (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 c768bcdda1b7..31585ea5775c 100644
--- a/lib/Kconfig.debug
+++ b/lib/Kconfig.debug
@@ -651,8 +651,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"