!443 fix:Kconfig中打开littlefs默认关联打开LOSCFG_SUPPORT_LITTLEFS宏
Merge pull request !443 from Zhaotianyu/1206newlib_fix_Kconfig
This commit is contained in:
commit
ffda523f2d
|
@ -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.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue