fix: Kconfig中打开littlefs选项默认关联打开LOSCFG_SUPPORT_LITTLEFS宏
close: #I4ENQ1 Signed-off-by: arvinzzz <zhaotianyu9@huawei.com> Change-Id: Ib86ba0e35860e225e57c8da9f481de55ba154a40
This commit is contained in:
parent
cd31fc9a8b
commit
b2bcab3a5b
|
@ -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