usrsock/rpmsg/server: select eventfd by default

Change-Id: I8e3bb4f035781e045ccf85c515b6480c7f9317bc
Signed-off-by: chao.an <anchao@xiaomi.com>
(cherry picked from commit abbad446b77b5703e582f529271918fcee0e920e)
This commit is contained in:
chao.an 2021-04-19 16:46:14 +08:00 committed by Alan Carvalho de Assis
parent c89e9330cc
commit c7f28f5f9e

View File

@ -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.