diff options
author | Arve Hjønnevåg <arve@android.com> | 2010-06-03 16:33:07 -0700 |
---|---|---|
committer | Colin Cross <ccross@android.com> | 2011-06-14 09:09:36 -0700 |
commit | e3cec9275f15c3f8a077b4bbb836ba90ad4082b5 (patch) | |
tree | 8d7ec48825928c43c474f5ac1c6d0c7b51aa1fa5 /lib | |
parent | 09411fd653bdcb2dcb7ffc5a5d2fba3bc1e3ef8c (diff) | |
download | kernel_samsung_espresso10-e3cec9275f15c3f8a077b4bbb836ba90ad4082b5.tar.gz kernel_samsung_espresso10-e3cec9275f15c3f8a077b4bbb836ba90ad4082b5.tar.bz2 kernel_samsung_espresso10-e3cec9275f15c3f8a077b4bbb836ba90ad4082b5.zip |
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 dd373c8ee94..c6b006a936f 100644 --- a/lib/Kconfig.debug +++ b/lib/Kconfig.debug @@ -667,8 +667,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" |