diff options
author | Arve Hjønnevåg <arve@android.com> | 2010-06-03 16:33:07 -0700 |
---|---|---|
committer | Colin Cross <ccross@android.com> | 2010-10-04 12:08:02 -0700 |
commit | 497c8019d7c9db765642d587ca339b6f5c488ac8 (patch) | |
tree | e9121b5d3b2b89d9069c597b0207ea8cfe7b30ac /lib | |
parent | 7e39a212ce79be3865194882393f99e52b2af296 (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 1b4afd2e6ca0..3ebdd8809b18 100644 --- a/lib/Kconfig.debug +++ b/lib/Kconfig.debug @@ -604,8 +604,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" |