nuttx/fs/rpmsgfs/Kconfig
Xiang Xiao 5f93ae9dd2 fs/rpmsg: Move the server initialization to fs_initialize
Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
2022-08-11 02:08:42 +03:00

20 lines
488 B
Plaintext

#
# For a description of the syntax of this configuration file,
# see the file kconfig-language.txt in the NuttX tools repository.
#
config FS_RPMSGFS
bool "RPMSG File System"
default n
depends on RPTUN
---help---
Use rpmsg file system to mount remote directories to local.
This the method for user to use remote file like own core.
config FS_RPMSGFS_SERVER
bool "RPMSG File Server"
default n
depends on RPTUN
---help---
Initialize rpmsg file system server automatically.