fix: 修复FileSystem menuconfig配置问题
Signed-off-by: fangye <fangye@talkweb.com.cn> Change-Id: Ibbac507ec290657489e47a708d2926ec709fa6b8
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user