提交 53f042b4 编写于 作者: B bernard

Add module feature in KConfig.

上级 128b2658
......@@ -118,14 +118,11 @@ menu "Memory Management"
if RT_USING_HEAP
choice USING_HEAP
config RT_USING_SMALL_MEM
bool "The memory management for small memory"
config RT_USING_SLAB
bool "Using SLAB memory management for large memory"
endchoice
endif
......@@ -153,4 +150,8 @@ menu "Kernel Device Object"
endmenu
config RT_USING_MODULE
bool "The dynamic module feature"
default n
endmenu
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册