mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-25 07:27:16 +00:00
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:
parent
319203d5d8
commit
0c7adf4567
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue