aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorArve Hjønnevåg <arve@android.com>2010-06-03 16:33:07 -0700
committerColin Cross <ccross@android.com>2014-03-19 13:07:55 -0700
commitebb2ed762d02b8b68eade340867d9df678d746e0 (patch)
treecd7062bbdfe301c1a4de5ddbf6c54a9710dd51c2 /lib
parentb866f6cb0e308f354b0cdcd37a256642d063340c (diff)
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>
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 a48abeac753..5e2e2344b24 100644
--- a/lib/Kconfig.debug
+++ b/lib/Kconfig.debug
@@ -989,8 +989,9 @@ config TRACE_IRQFLAGS
either tracing or lock debugging.
config STACKTRACE
- bool
+ bool "Stacktrace"
depends on STACKTRACE_SUPPORT
+ default y
config DEBUG_KOBJECT
bool "kobject debugging"