!625 修复FileSystem menuconfig配置问题

Merge pull request !625 from 方烨/develop
This commit is contained in:
openharmony_ci 2022-03-10 01:58:53 +00:00 committed by Gitee
commit 73b77d11a1
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
3 changed files with 1 additions and 9 deletions

View File

@ -408,7 +408,7 @@ endmenu
######################## config options of filesystem ##################
menu "FileSystem"
rsource "components/fs/vfs/Kconfig"
rsource "components/fs/Kconfig"
endmenu

View File

@ -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

View File

@ -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"