2021-11-30 20:00:03 +08:00
|
|
|
#
|
|
|
|
# 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
|
2022-04-05 01:06:05 +08:00
|
|
|
depends on RPTUN
|
2021-11-30 20:00:03 +08:00
|
|
|
---help---
|
|
|
|
Use rpmsg file system to mount remote directories to local.
|
|
|
|
This the method for user to use remote file like own core.
|
2022-08-10 03:35:34 +08:00
|
|
|
|
|
|
|
config FS_RPMSGFS_SERVER
|
|
|
|
bool "RPMSG File Server"
|
|
|
|
default n
|
|
|
|
depends on RPTUN
|
|
|
|
---help---
|
|
|
|
Initialize rpmsg file system server automatically.
|