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.
18 config RPMSG_QCOM_GLINK_NATIVE
22 config RPMSG_QCOM_GLINK_RPM
23 tristate "Qualcomm RPM Glink driver"
24 select RPMSG_QCOM_GLINK_NATIVE
28 Say y here to enable support for the GLINK RPM communication driver,
29 which serves as a channel for communication with the RPM in GLINK
32 config RPMSG_QCOM_GLINK_SMEM
33 tristate "Qualcomm SMEM Glink driver"
34 select RPMSG_QCOM_GLINK_NATIVE
38 Say y here to enable support for the GLINK SMEM communication driver,
39 which provides support for using the GLINK communication protocol
43 tristate "Qualcomm Shared Memory Driver (SMD)"
48 Say y here to enable support for the Qualcomm Shared Memory Driver
49 providing communication channels to remote processors in Qualcomm
53 tristate "Virtio RPMSG bus driver"