You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by ac...@apache.org on 2021/06/22 13:31:44 UTC

[incubator-nuttx-apps] branch master updated: usrsock/rpmsg/server: select eventfd by default

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

acassis 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 c7f28f5  usrsock/rpmsg/server: select eventfd by default
c7f28f5 is described below

commit c7f28f5f9e78bdc5f3f88c2a46ec322370528571
Author: chao.an <an...@xiaomi.com>
AuthorDate: Mon Apr 19 16:46:14 2021 +0800

    usrsock/rpmsg/server: select eventfd by default
    
    Change-Id: I8e3bb4f035781e045ccf85c515b6480c7f9317bc
    Signed-off-by: chao.an <an...@xiaomi.com>
    (cherry picked from commit abbad446b77b5703e582f529271918fcee0e920e)
---
 netutils/usrsock_rpmsg/Kconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/netutils/usrsock_rpmsg/Kconfig b/netutils/usrsock_rpmsg/Kconfig
index fd1bf88..09c6972 100644
--- a/netutils/usrsock_rpmsg/Kconfig
+++ b/netutils/usrsock_rpmsg/Kconfig
@@ -7,6 +7,7 @@ config NETUTILS_USRSOCK_RPMSG
 	tristate "RPMSG usrsock"
 	default n
 	depends on NET && OPENAMP
+	select EVENT_FD if !NET_USRSOCK
 	---help---
 		Enable usrsock through rpmsg channel.