From 53f042b44bf90ca6ff5f15e5de806a4bbc65e2fa Mon Sep 17 00:00:00 2001 From: bernard Date: Tue, 6 Jun 2017 18:21:47 +0800 Subject: [PATCH] Add module feature in KConfig. --- src/KConfig | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/KConfig b/src/KConfig index 1bdd94095..8c2b73f39 100644 --- a/src/KConfig +++ b/src/KConfig @@ -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 -- GitLab