From b2bcab3a5bd794c86dd4d93b1b5aeca2d097289b Mon Sep 17 00:00:00 2001 From: arvinzzz Date: Mon, 6 Dec 2021 18:05:43 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20Kconfig=E4=B8=AD=E6=89=93=E5=BC=80little?= =?UTF-8?q?fs=E9=80=89=E9=A1=B9=E9=BB=98=E8=AE=A4=E5=85=B3=E8=81=94?= =?UTF-8?q?=E6=89=93=E5=BC=80LOSCFG=5FSUPPORT=5FLITTLEFS=E5=AE=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit close: #I4ENQ1 Signed-off-by: arvinzzz Change-Id: Ib86ba0e35860e225e57c8da9f481de55ba154a40 --- components/fs/littlefs/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/components/fs/littlefs/Kconfig b/components/fs/littlefs/Kconfig index 3543e3ad..c08c7915 100644 --- a/components/fs/littlefs/Kconfig +++ b/components/fs/littlefs/Kconfig @@ -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.