mirror of
https://github.com/apache/nuttx.git
synced 2026-05-28 11:56:10 +08:00
rpmsg: make all the rpmsg services deponds on RPMSG
After decoupled the rpmsg and rptun, all the rpmsg service should depends on the RPMSG. Signed-off-by: Bowen Wang <wangbowen6@xiaomi.com>
This commit is contained in:
+1
-1
@@ -56,7 +56,7 @@ comment "General Ethernet MAC Driver Options"
|
||||
|
||||
config NET_RPMSG_DRV
|
||||
bool "RPMSG net driver"
|
||||
depends on RPTUN
|
||||
depends on RPMSG
|
||||
select ARCH_HAVE_NETDEV_STATISTICS
|
||||
---help---
|
||||
Use the RPMSG as net device, transfer packet between remoteproc.
|
||||
|
||||
Reference in New Issue
Block a user