13 lines
344 B
Plaintext
13 lines
344 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 OPENAMP
|
||
|
---help---
|
||
|
Use rpmsg file system to mount remote directories to local.
|
||
|
This the method for user to use remote file like own core.
|