[kernel][Konfig]modify Kconfig file

Signed-off-by: WillianChan <chentingwei@rt-thread.com>
This commit is contained in:
WillianChan 2021-03-05 16:15:51 +08:00
parent 4b4ab15602
commit ffe4493982

View File

@ -284,7 +284,6 @@ menu "Memory Management"
endchoice
if RT_USING_SMALL_MEM
config RT_USING_MEMTRACE
bool "Enable memory trace"
default n
@ -298,7 +297,6 @@ menu "Memory Management"
And developer also can call memcheck() in each of scheduling
to check memory block to find which thread has wrongly modified
memory.
endif
config RT_USING_HEAP
bool