diff options
Diffstat (limited to 'lib/Kconfig.debug')
| -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 566cf2bc08e..8e642918a1c 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"  |