summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
author=?UTF-8?q?Arve=20Hj=C3=B8nnev=C3=A5g?= <arve@android.com>2011-12-13 01:04:29 +0800
committerAndy Green <andy.green@linaro.org>2011-12-26 15:37:21 +0800
commit5ae0a4e930cc371ecd98e9f808b8f0c666694e6b (patch)
tree71e6f0bf02f9284b62e88f20dae6ce9cafd09f00 /lib
parent5fa87e1e4220505aead4b64e862c9c816e235b89 (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 82928f5ea04..be2022ea409 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"