2023-12-12 10:53:45 +08:00
|
|
|
#
|
|
|
|
# For a description of the syntax of this configuration file,
|
|
|
|
# see the file kconfig-language.txt in the NuttX tools repository.
|
|
|
|
#
|
|
|
|
|
|
|
|
config RPMSG
|
|
|
|
bool
|
|
|
|
default n
|
|
|
|
select OPENAMP
|
2023-12-22 16:09:24 +08:00
|
|
|
|
|
|
|
if RPMSG
|
|
|
|
|
2024-02-04 15:04:16 +08:00
|
|
|
config RPMSG_LOCAL_CPUNAME
|
|
|
|
string "Rpmsg Local Cpuname"
|
|
|
|
default LIBC_HOSTNAME
|
|
|
|
|
2023-12-22 16:09:24 +08:00
|
|
|
config RPMSG_PING
|
|
|
|
bool "rpmsg ping support"
|
|
|
|
default n
|
|
|
|
---help---
|
|
|
|
This is for debugging & profiling, create ping rpmsg
|
|
|
|
channel, user can use it to get send/recv speed & latency.
|
|
|
|
|
|
|
|
endif # RPMSG
|