diff options
author | Arve Hjønnevåg <arve@android.com> | 2010-06-03 16:33:07 -0700 |
---|---|---|
committer | Arve Hjønnevåg <arve@android.com> | 2013-07-01 13:40:30 -0700 |
commit | 92836bfd7af8b7d0775431c63153a7ea8c86d335 (patch) | |
tree | a73e6ecaccb89aeaede27f339ba089317932efd4 /lib | |
parent | f3ea075005e43f0a5bb7d963843b7473ae1c0678 (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.debug | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/Kconfig.debug b/lib/Kconfig.debug index 566cf2bc08ea..8e642918a1c1 100644 --- a/lib/Kconfig.debug +++ b/lib/Kconfig.debug @@ -669,8 +669,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" |