diff --git a/components/dfs/Kconfig b/components/dfs/Kconfig index 9c0b1c88d5..18c02cea2d 100644 --- a/components/dfs/Kconfig +++ b/components/dfs/Kconfig @@ -164,6 +164,10 @@ endif default n # select PKG_USING_ZLIB + config RT_DFS_ELM_USE_EXFAT + bool "Enable RT_DFS_ELM_USE_EXFAT" + default n + if RT_USING_DFS_V1 config RT_USING_DFS_RAMFS bool "Enable RAM file system"