未验证 提交 73b77d11 编写于 作者: O openharmony_ci 提交者: Gitee

!625 修复FileSystem menuconfig配置问题

Merge pull request !625 from 方烨/develop
......@@ -408,7 +408,7 @@ endmenu
######################## config options of filesystem ##################
menu "FileSystem"
rsource "components/fs/vfs/Kconfig"
rsource "components/fs/Kconfig"
endmenu
......
......@@ -36,8 +36,3 @@ config FS_FAT
help
Answer Y to enable LiteOS support fat filesystem.
config SUPPORT_FATFS
bool
depends on FS_FAT
default n
......@@ -33,6 +33,3 @@ config FS_VFS
help
Answer Y to enable LiteOS support VFS.
source "components/fs/littlefs/Kconfig"
source "components/fs/fatfs/Kconfig"
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册