Lines Matching +full:rpmsg +full:- +full:channel +full:- +full:name
1 # SPDX-License-Identifier: GPL-2.0
3 menu "Rpmsg drivers"
5 # RPMSG always gets selected by whoever wants it
6 config RPMSG config
10 tristate "RPMSG device interface"
11 depends on RPMSG
14 Say Y here to export rpmsg endpoints as device files, usually found
15 in /dev. They make it possible for user-space programs to send and
16 receive rpmsg packets.
19 tristate "RPMSG control interface"
20 depends on RPMSG && ( RPMSG_CHAR || RPMSG_CHAR=n )
23 allows user-space programs to create endpoints with specific service name,
27 tristate "RPMSG name service announcement"
28 depends on RPMSG
30 Say Y here to enable the support of the name service announcement
31 channel that probes the associated RPMsg device on remote endpoint
37 select RPMSG
45 select RPMSG
54 which serves as a channel for communication with the RPM in GLINK
71 select RPMSG
78 tristate "Virtio RPMSG bus driver"
80 select RPMSG