summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
author=?UTF-8?q?Arve=20Hj=C3=B8nnev=C3=A5g?= <arve@android.com>2011-10-01 14:19:11 +0100
committerAndy Green <andy.green@linaro.org>2011-10-02 09:38:36 +0100
commit9eb438a91b1656ca60219bfcac729c963e354461 (patch)
tree718f547b33d47e1602a9b628be80d1cd1c2e08d6 /lib
parent3f4c25962042dc4b6da6f2ef327a181bf7b2bae7 (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 c0cb9c4bc46..36b60dbac3a 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"