usrsock/rpmsg: 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:16:46 +08:00 committed by Petro Karashchenko
parent 319203d5d8
commit 0c7adf4567

View File

@ -6,7 +6,7 @@
config NETUTILS_USRSOCK_RPMSG
tristate "RPMSG usrsock"
default n
depends on NET && OPENAMP
depends on NET && RPTUN
select EVENT_FD if !NET_USRSOCK
---help---
Enable usrsock through rpmsg channel.