openamp: Change the dependence from OPENAMP to RPTUN

since all rpmsg driver need the extension api exposed by rptun driver

Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
Xiang Xiao
2022-04-05 01:06:05 +08:00
committed by Petro Karashchenko
parent 8bf0750090
commit 9785d6606c
9 changed files with 11 additions and 9 deletions
+1
View File
@@ -8,6 +8,7 @@ menu "Rpmsg Socket Support"
config NET_RPMSG
bool "Rpmsg domain (remote) sockets"
depends on RPTUN
select MM_CIRCBUF
default n
---help---