mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2026-09-21 02:06:14 +08:00
[nano][kernel] correct nano Kconfig dependency
This commit is contained in:
+1
-1
@@ -33,6 +33,7 @@ source "$RTT_DIR/components/fal/Kconfig"
|
||||
source "$RTT_DIR/components/drivers/Kconfig"
|
||||
source "$RTT_DIR/components/libc/Kconfig"
|
||||
source "$RTT_DIR/components/net/Kconfig"
|
||||
source "$RTT_DIR/components/mprotect/Kconfig"
|
||||
source "$RTT_DIR/components/utilities/Kconfig"
|
||||
source "$RTT_DIR/components/vbus/Kconfig"
|
||||
endif
|
||||
@@ -40,6 +41,5 @@ endif
|
||||
if RT_USING_SMART
|
||||
source "$RTT_DIR/components/lwp/Kconfig"
|
||||
source "$RTT_DIR/components/mm/Kconfig"
|
||||
source "$RTT_DIR/components/mprotect/Kconfig"
|
||||
endif
|
||||
endmenu
|
||||
|
||||
Reference in New Issue
Block a user