Skip to content

Commit 323c21a

Browse files
arve-androidDan Willemsen
authored and
Dan Willemsen
committed
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 <[email protected]>
1 parent 2249697 commit 323c21a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/Kconfig.debug

+2-1
Original file line numberDiff line numberDiff line change
@@ -670,8 +670,9 @@ config DEBUG_LOCKING_API_SELFTESTS
670670
mutexes and rwsems.
671671

672672
config STACKTRACE
673-
bool
673+
bool "Stacktrace"
674674
depends on STACKTRACE_SUPPORT
675+
default y
675676

676677
config DEBUG_STACK_USAGE
677678
bool "Stack utilization instrumentation"

0 commit comments

Comments
 (0)