lib: Kconfig.debug: Remove debug dependency from SCHED_STACK_END_CHECK
This is a very useful feature that doesn't have any real dependencies on DEBUG_KERNEL. Let it be used in the absence of DEBUG_KERNEL. Signed-off-by: Sultan Alsawaf <sultan@kerneltoast.com> Signed-off-by: Carlos Jimenez (JavaShin-X) <javashin1986@gmail.com> Signed-off-by: Cyber Knight <cyberknight755@gmail.com>
This commit is contained in:
@@ -1004,7 +1004,6 @@ config SCHEDSTATS
|
||||
|
||||
config SCHED_STACK_END_CHECK
|
||||
bool "Detect stack corruption on calls to schedule()"
|
||||
depends on DEBUG_KERNEL
|
||||
default n
|
||||
help
|
||||
This option checks for a stack overrun on calls to schedule().
|
||||
|
||||
Reference in New Issue
Block a user