#
# 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.