mirror of
https://github.com/apache/nuttx.git
synced 2026-09-21 13:25:12 +08:00
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:
+1
-1
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user