fix: 修复FileSystem menuconfig配置问题

Signed-off-by: fangye <fangye@talkweb.com.cn>
Change-Id: Ibbac507ec290657489e47a708d2926ec709fa6b8
This commit is contained in:
fangye 2022-03-10 09:12:40 +08:00
parent 133e87b1b1
commit 9aa32ae743
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"