summaryrefslogtreecommitdiff
path: root/nuttx/mm/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/mm/Kconfig')
-rw-r--r--nuttx/mm/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/mm/Kconfig b/nuttx/mm/Kconfig
index 3812971de..006b8cf52 100644
--- a/nuttx/mm/Kconfig
+++ b/nuttx/mm/Kconfig
@@ -18,7 +18,7 @@ config MM_MULTIHEAP
config MM_KERNEL_HEAP
bool "Support a protected, kernel heap"
default y
- depends on (BUILD_PROTECTED || BUILD_KERNEL) && MM_MULTIHEAP
+ depends on (BUILD_PROTECTED && MM_MULTIHEAP) || BUILD_KERNEL
---help---
Partition heap memory into two parts: (1) a protected, kernel-mode
heap accessible only by the NuttX kernel, and (2) an unprotected