mirror of
https://github.com/apache/nuttx.git
synced 2026-08-12 16:06:51 +00: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:
parent
b258680949
commit
ec7c876f13
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue