3 # RPMSG always gets selected by whoever wants it
8 tristate "RPMSG device interface"
12 Say Y here to export rpmsg endpoints as device files, usually found
13 in /dev. They make it possible for user-space programs to send and
14 receive rpmsg packets.
16 config RPMSG_QCOM_GLINK_NATIVE
20 config RPMSG_QCOM_GLINK_RPM
21 tristate "Qualcomm RPM Glink driver"
22 select RPMSG_QCOM_GLINK_NATIVE
26 Say y here to enable support for the GLINK RPM communication driver,
27 which serves as a channel for communication with the RPM in GLINK
30 config RPMSG_QCOM_GLINK_SMEM
31 tristate "Qualcomm SMEM Glink driver"
32 select RPMSG_QCOM_GLINK_NATIVE
36 Say y here to enable support for the GLINK SMEM communication driver,
37 which provides support for using the GLINK communication protocol
41 tristate "Qualcomm Shared Memory Driver (SMD)"
45 Say y here to enable support for the Qualcomm Shared Memory Driver
46 providing communication channels to remote processors in Qualcomm
50 tristate "Virtio RPMSG bus driver"