aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArve Hjønnevåg <arve@android.com>2010-06-03 16:33:07 -0700
committerErik Gilling <konkers@android.com>2011-03-30 11:24:25 -0700
commit46918c60879c22437f746f358139d930e072e2fe (patch)
tree7dada2a59faa2eac2fc7344ca20d4ce46d632243
parent03f90f92823f74a65c5284c1ee45af18a20aac2b (diff)
downloadexperimental-46918c60879c22437f746f358139d930e072e2fe.tar.gz
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>
-rw-r--r--lib/Kconfig.debug3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/Kconfig.debug b/lib/Kconfig.debug
index df9234c5f9d..eed8d1fc4c1 100644
--- a/lib/Kconfig.debug
+++ b/lib/Kconfig.debug
@@ -653,8 +653,9 @@ config DEBUG_LOCKING_API_SELFTESTS
mutexes and rwsems.
config STACKTRACE
- bool
+ bool "Stacktrace"
depends on STACKTRACE_SUPPORT
+ default y
config DEBUG_KOBJECT
bool "kobject debugging"