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 name service announcement"
22 Say Y here to enable the support of the name service announcement
23 channel that probes the associated RPMsg device on remote endpoint
27 tristate "MediaTek SCP"
31 Say y here to enable support providing communication channels to
32 remote processors in MediaTek platforms.
33 This use IPI and IPC to communicate with remote processors.
35 config RPMSG_QCOM_GLINK
39 config RPMSG_QCOM_GLINK_RPM
40 tristate "Qualcomm RPM Glink driver"
41 select RPMSG_QCOM_GLINK
45 Say y here to enable support for the GLINK RPM communication driver,
46 which serves as a channel for communication with the RPM in GLINK
49 config RPMSG_QCOM_GLINK_SMEM
50 tristate "Qualcomm SMEM Glink driver"
51 select RPMSG_QCOM_GLINK
55 Say y here to enable support for the GLINK SMEM communication driver,
56 which provides support for using the GLINK communication protocol
60 tristate "Qualcomm Shared Memory Driver (SMD)"
65 Say y here to enable support for the Qualcomm Shared Memory Driver
66 providing communication channels to remote processors in Qualcomm
70 tristate "Virtio RPMSG bus driver"