[nano][kernel] correct nano Kconfig dependency

This commit is contained in:
Meco Man
2023-12-01 14:43:05 +08:00
committed by guo
parent c87872c9c7
commit 6cd24d437c
2 changed files with 4 additions and 1 deletions
+1 -1
View File
@@ -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