summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
author=?UTF-8?q?Arve=20Hj=C3=B8nnev=C3=A5g?= <arve@android.com>2011-11-20 09:45:57 +0800
committerAndy Green <andy.green@linaro.org>2011-11-20 10:04:02 +0800
commit55ca6d07084d71caa6f2c3b4fdcca0451058e09b (patch)
treef95f2acf2c1b201ddf06abd6c0c5be8b714a8337 /lib
parent2fbe627bc7ce58116ebb263d3ebe5a1ea9877a66 (diff)
Allow CONFIG_STACKTRACE to be enabled by itself.
MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 c583a57cddf..e73bd6c182f 100644
--- a/lib/Kconfig.debug
+++ b/lib/Kconfig.debug
@@ -670,8 +670,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"