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.