1 # SPDX-License-Identifier: GPL-2.0
5 # RPMSG always gets selected by whoever wants it
10 tristate "RPMSG device interface"
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 )
22 Say Y here to enable the support of the /dev/rpmsg_ctrlX API. This API
23 allows user-space programs to create endpoints with specific service name,
24 source and destination addresses.
27 tristate "RPMSG name service announcement"
30 Say Y here to enable the support of the name service announcement
31 channel that probes the associated RPMsg device on remote endpoint
35 tristate "MediaTek SCP"
39 Say y here to enable support providing communication channels to
40 remote processors in MediaTek platforms.
41 This use IPI and IPC to communicate with remote processors.
43 config RPMSG_QCOM_GLINK
47 config RPMSG_QCOM_GLINK_RPM
48 tristate "Qualcomm RPM Glink driver"
49 select RPMSG_QCOM_GLINK
53 Say y here to enable support for the GLINK RPM communication driver,
54 which serves as a channel for communication with the RPM in GLINK
57 config RPMSG_QCOM_GLINK_SMEM
58 tristate "Qualcomm SMEM Glink driver"
59 select RPMSG_QCOM_GLINK
63 Say y here to enable support for the GLINK SMEM communication driver,
64 which provides support for using the GLINK communication protocol
68 tristate "Qualcomm Shared Memory Driver (SMD)"
73 Say y here to enable support for the Qualcomm Shared Memory Driver
74 providing communication channels to remote processors in Qualcomm
78 tristate "Virtio RPMSG bus driver"