!443 fix:Kconfig中打开littlefs默认关联打开LOSCFG_SUPPORT_LITTLEFS宏

Merge pull request !443 from Zhaotianyu/1206newlib_fix_Kconfig
This commit is contained in:
openharmony_ci 2021-12-06 13:56:15 +00:00 committed by Gitee
commit ffda523f2d
1 changed files with 1 additions and 0 deletions

View File

@ -31,6 +31,7 @@ config FS_LITTLEFS
bool "Enable Little FS" bool "Enable Little FS"
default n default n
depends on FS_VFS depends on FS_VFS
select SUPPORT_LITTLEFS
help help
Answer Y to enable LiteOS support Little FS filesystem. Answer Y to enable LiteOS support Little FS filesystem.