From: Arve Hjønnevåg Date: Thu, 3 Jun 2010 23:33:07 +0000 (-0700) Subject: Allow CONFIG_STACKTRACE to be enabled by itself. X-Git-Tag: firefly_0821_release~4090^2~824 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=92836bfd7af8b7d0775431c63153a7ea8c86d335;p=firefly-linux-kernel-4.4.55.git 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 --- 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"