lib: heap: Add dependency for asserts
There is no point in having heap validation enabled but without asserts, as nothing is reported to the user. Add this dependency to make sure this option is useful. Signed-off-by: Chaitanya Tata <Chaitanya.Tata@nordicsemi.no>
This commit is contained in:
parent
131a0fad04
commit
40de2cbc0d
1 changed files with 1 additions and 0 deletions
|
@ -6,6 +6,7 @@ menu "Heap and Memory Allocation"
|
|||
|
||||
config SYS_HEAP_VALIDATE
|
||||
bool "Internal heap validity checking"
|
||||
depends on ASSERT
|
||||
help
|
||||
The sys_heap implementation is instrumented for extensive
|
||||
internal validation. Leave this off by default, unless
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue