Add module feature in KConfig.
This commit is contained in:
parent
128b265848
commit
53f042b44b
|
@ -118,14 +118,11 @@ menu "Memory Management"
|
||||||
|
|
||||||
if RT_USING_HEAP
|
if RT_USING_HEAP
|
||||||
|
|
||||||
choice USING_HEAP
|
|
||||||
|
|
||||||
config RT_USING_SMALL_MEM
|
config RT_USING_SMALL_MEM
|
||||||
bool "The memory management for small memory"
|
bool "The memory management for small memory"
|
||||||
|
|
||||||
config RT_USING_SLAB
|
config RT_USING_SLAB
|
||||||
bool "Using SLAB memory management for large memory"
|
bool "Using SLAB memory management for large memory"
|
||||||
endchoice
|
|
||||||
|
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
@ -153,4 +150,8 @@ menu "Kernel Device Object"
|
||||||
|
|
||||||
endmenu
|
endmenu
|
||||||
|
|
||||||
|
config RT_USING_MODULE
|
||||||
|
bool "The dynamic module feature"
|
||||||
|
default n
|
||||||
|
|
||||||
endmenu
|
endmenu
|
||||||
|
|
Loading…
Reference in New Issue