Remove CONFIG_DEBUG_STACK. Adding CONFIG_STACK_COLORATION makes this configuration option pointless

This commit is contained in:
Gregory Nutt
2015-01-24 06:49:51 -06:00
parent 1b822bda8d
commit 7e46e94546
57 changed files with 59 additions and 253 deletions
-7
View File
@@ -522,13 +522,6 @@ config DEBUG_PAGING
---help---
Enable demand paging debug SYSLOG output (disabled by default)
config DEBUG_STACK
bool "Stack usage debug hooks"
default n
depends on ARCH_HAVE_STACKCHECK
---help---
Enable hooks to check stack usage. Only supported by a few architectures.
comment "Driver Debug Options"
config DEBUG_LCD