fix: 修复FileSystem menuconfig配置问题
Signed-off-by: fangye <fangye@talkweb.com.cn> Change-Id: Ibbac507ec290657489e47a708d2926ec709fa6b8
This commit is contained in:
parent
133e87b1b1
commit
9aa32ae743
2
Kconfig
2
Kconfig
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue