mirror of
https://github.com/apache/nuttx.git
synced 2026-05-29 04:19:37 +08:00
rptun_ping: Strip rptun_ping out of rptun and rename to rpmsg_ping
It should be possible to use ping without rptun being enabled, so striped rptun_ping out of rptun and rename to rpmsg_ping. Signed-off-by: wangyongrong <wangyongrong@xiaomi.com>
This commit is contained in:
@@ -7,3 +7,14 @@ config RPMSG
|
||||
bool
|
||||
default n
|
||||
select OPENAMP
|
||||
|
||||
if RPMSG
|
||||
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user