fs/mount: add FS_RPMSGFS as cause of NODFS_SUPPORT

It seems that RPMSGFS is missed from the list that doesn't need block or
MTD drivers. This attempts to add it.

Signed-off-by: Yanfeng Liu <yfliu2008@qq.com>
This commit is contained in:
Yanfeng Liu 2024-02-10 13:09:25 +08:00 committed by archer
parent b258680949
commit ec7c876f13

View file

@ -68,7 +68,7 @@
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_HOSTFS) || defined(CONFIG_FS_RPMSGFS)
# define NODFS_SUPPORT
#endif