|
@@ -5,6 +5,9 @@ source "lib/Kconfig.debug"
|
|
config DEBUG_STACKOVERFLOW
|
|
config DEBUG_STACKOVERFLOW
|
|
bool "Check for stack overflows"
|
|
bool "Check for stack overflows"
|
|
depends on DEBUG_KERNEL
|
|
depends on DEBUG_KERNEL
|
|
|
|
+ help
|
|
|
|
+ This option will cause messages to be printed if free stack space
|
|
|
|
+ drops below a certain limit.
|
|
|
|
|
|
config DEBUG_STACK_USAGE
|
|
config DEBUG_STACK_USAGE
|
|
bool "Stack utilization instrumentation"
|
|
bool "Stack utilization instrumentation"
|