zipfs:zipfs not need mtd drivers

Signed-off-by: anjiahao <anjiahao@xiaomi.com>
This commit is contained in:
anjiahao 2024-10-08 15:25:37 +08:00 committed by Xiang Xiao
parent 55c9697efe
commit 6382b02d2b
1 changed files with 2 additions and 2 deletions

View File

@ -69,8 +69,8 @@
defined(CONFIG_FS_PROCFS) || defined(CONFIG_NFS) || \
defined(CONFIG_FS_TMPFS) || defined(CONFIG_FS_USERFS) || \
defined(CONFIG_FS_CROMFS) || defined(CONFIG_FS_UNIONFS) || \
defined(CONFIG_FS_HOSTFS) || defined(CONFIG_FS_RPMSGFS) || \
defined(CONFIG_FS_V9FS)
defined(CONFIG_FS_HOSTFS) || defined(CONFIG_FS_ZIPFS) || \
defined(CONFIG_FS_RPMSGFS) || defined(CONFIG_FS_V9FS)
# define NODFS_SUPPORT
#endif