fix: Kconfig中打开littlefs选项默认关联打开LOSCFG_SUPPORT_LITTLEFS宏

close: #I4ENQ1

Signed-off-by: arvinzzz <zhaotianyu9@huawei.com>
Change-Id: Ib86ba0e35860e225e57c8da9f481de55ba154a40
This commit is contained in:
arvinzzz 2021-12-06 18:05:43 +08:00
parent cd31fc9a8b
commit b2bcab3a5b
1 changed files with 1 additions and 0 deletions

View File

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