[components][kconfig] 整理Kconfig目录名称和结构 (#5698)

This commit is contained in:
Man, Jianting (Meco)
2022-03-25 23:07:18 +08:00
committed by GitHub
parent 851d16b18f
commit a514b3bd16
46 changed files with 32 additions and 58 deletions
+2 -6
View File
@@ -1,7 +1,5 @@
menu "Device virtual file system"
config RT_USING_DFS
bool "Using device virtual file system"
menuconfig RT_USING_DFS
bool "DFS: device virtual file system"
select RT_USING_MUTEX
default y
help
@@ -160,5 +158,3 @@ if RT_USING_DFS
endif
endif
endmenu