You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by pk...@apache.org on 2022/04/05 07:05:53 UTC

[incubator-nuttx-apps] branch master updated: usrsock/rpmsg: Change the dependence from OPENAMP to RPTUN

This is an automated email from the ASF dual-hosted git repository.

pkarashchenko pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx-apps.git


The following commit(s) were added to refs/heads/master by this push:
     new 0c7adf456 usrsock/rpmsg: Change the dependence from OPENAMP to RPTUN
0c7adf456 is described below

commit 0c7adf4567993efdd80112b22464bc7535dcbaef
Author: Xiang Xiao <xi...@xiaomi.com>
AuthorDate: Tue Apr 5 01:16:46 2022 +0800

    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 <xi...@xiaomi.com>
---
 netutils/usrsock_rpmsg/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/netutils/usrsock_rpmsg/Kconfig b/netutils/usrsock_rpmsg/Kconfig
index 09c697205..83135a21e 100644
--- a/netutils/usrsock_rpmsg/Kconfig
+++ b/netutils/usrsock_rpmsg/Kconfig
@@ -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.