Kconfig: Refine BUILD_FLAT, BUILD_PROTECTED and BUILD_KERNEL usage

Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
Xiang Xiao
2020-04-29 22:52:26 +08:00
committed by patacongo
parent fd38623aac
commit ddda00ea65
6 changed files with 7 additions and 11 deletions
+1 -1
View File
@@ -6,7 +6,7 @@
config MM_KERNEL_HEAP
bool "Support a protected, kernel heap"
default y
depends on BUILD_PROTECTED || BUILD_KERNEL
depends on !BUILD_FLAT
---help---
Partition heap memory into two parts: (1) a protected, kernel-mode
heap accessible only by the NuttX kernel, and (2) an unprotected