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:
wangyongrong
2023-12-22 16:09:24 +08:00
committed by Xiang Xiao
parent 727adcd499
commit ce832c6377
15 changed files with 155 additions and 121 deletions
+11
View File
@@ -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