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 "MediaTek SCP"
23 Say y here to enable support providing communication channels to
24 remote processors in MediaTek platforms.
25 This use IPI and IPC to communicate with remote processors.
27 config RPMSG_QCOM_GLINK
31 config RPMSG_QCOM_GLINK_RPM
32 tristate "Qualcomm RPM Glink driver"
33 select RPMSG_QCOM_GLINK
37 Say y here to enable support for the GLINK RPM communication driver,
38 which serves as a channel for communication with the RPM in GLINK
41 config RPMSG_QCOM_GLINK_SMEM
42 tristate "Qualcomm SMEM Glink driver"
43 select RPMSG_QCOM_GLINK
47 Say y here to enable support for the GLINK SMEM communication driver,
48 which provides support for using the GLINK communication protocol
52 tristate "Qualcomm Shared Memory Driver (SMD)"
57 Say y here to enable support for the Qualcomm Shared Memory Driver
58 providing communication channels to remote processors in Qualcomm
62 tristate "Virtio RPMSG bus driver"