summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorArve Hjønnevåg <arve@android.com>2010-06-03 16:33:07 -0700
committerColin Cross <ccross@android.com>2012-02-14 11:30:28 -0800
commit180b4c853abfba102048379098e2234dcf291a51 (patch)
treec4d583bb5299a276ca4093d154b47eb092ff469c /lib
parentb2c9130f7eaa7c0806abcad5757d36f6644198d0 (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 8745ac7d1f7..fcd954d9b7f 100644
--- a/lib/Kconfig.debug
+++ b/lib/Kconfig.debug
@@ -671,8 +671,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"