mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 08:36:24 +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
@@ -8,7 +8,7 @@ menu "RPMSG Socket Support"
|
||||
|
||||
config NET_RPMSG
|
||||
bool "RPMSG domain (remote) sockets"
|
||||
depends on RPTUN
|
||||
depends on RPMSG
|
||||
default n
|
||||
---help---
|
||||
Enable or disable RPMSG (aka remote) sockets.
|
||||
|
||||
Reference in New Issue
Block a user