Rename CONFIG_DEBUG_HEAP to CONFIG_HEAP_COLORATION

This commit is contained in:
Gregory Nutt
2016-06-15 14:48:06 -06:00
parent 13cd88649f
commit 6d9a0511ad
9 changed files with 16 additions and 15 deletions
+8 -7
View File
@@ -798,13 +798,6 @@ config DEBUG_DMA_INFO
endif # DEBUG_DMA
config DEBUG_HEAP
bool "Heap usage debug hooks"
default n
depends on ARCH_HAVE_HEAPCHECK
---help---
Enable hooks to check heap usage. Only supported by a few architectures.
config DEBUG_IRQ
bool "Interrupt Controller Debug Features"
default n
@@ -1243,6 +1236,14 @@ config STACK_COLORATION
Only supported by a few architectures.
config HEAP_COLORATION
bool "Heap coloration"
default n
depends on ARCH_HAVE_HEAPCHECK
---help---
Enable heap coloration to check heap usage. Only supported by a few
architectures.
config DEBUG_SYMBOLS
bool "Generate Debug Symbols"
default n