summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author=?UTF-8?q?Arve=20Hj=C3=B8nnev=C3=A5g?= <arve@android.com>2011-10-25 11:34:23 +0800
committerAndy Green <andy.green@linaro.org>2011-11-30 11:14:00 +0800
commit3e83d25c03c90f8e8c918596b84a9225613aa977 (patch)
tree0e7ea4f6e70831248106e3a80ad60a2d5f5cf32a
parent9ba404b30e3bdf8ec7d1bbc1b3f9053b7a9a1dea (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>
-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"