summaryrefslogtreecommitdiff
path: root/nuttx/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/Kconfig')
-rw-r--r--nuttx/Kconfig11
1 files changed, 11 insertions, 0 deletions
diff --git a/nuttx/Kconfig b/nuttx/Kconfig
index 06cddace3..164324bb0 100644
--- a/nuttx/Kconfig
+++ b/nuttx/Kconfig
@@ -316,6 +316,10 @@ config ARCH_HAVE_STACKCHECK
bool
default n
+config ARCH_HAVE_HEAPCHECK
+ bool
+ default n
+
if DEBUG
config DEBUG_VERBOSE
bool "Enable Debug Verbose Output"
@@ -413,6 +417,13 @@ config DEBUG_STACK
---help---
Enable hooks to check stack usage. Only supported by a few architectures.
+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.
+
comment "Driver Debug Options"
config DEBUG_LCD