blob: 1323a245763b05f6470bbdfd8d5c048f392cc137 [file] [log] [blame]
Kees Cook860514e2012-10-02 11:18:50 -07001menu "Rpmsg drivers"
Ohad Ben-Cohenf8289ed2011-12-14 13:03:55 +02002
Ohad Ben-Cohenbcabbcc2011-10-20 21:10:55 +02003# RPMSG always gets selected by whoever wants it
4config RPMSG
5 tristate
Bjorn Andersson026dad42016-09-01 15:27:59 -07006
Bjorn Anderssonc0cdc192017-01-11 06:35:12 -08007config RPMSG_CHAR
8 tristate "RPMSG device interface"
9 depends on RPMSG
Arnd Bergmannb70ea162017-01-19 15:54:55 +010010 depends on NET
Bjorn Anderssonc0cdc192017-01-11 06:35:12 -080011 help
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.
15
Bjorn Anderssonb4f8e522017-05-27 16:23:35 -070016config RPMSG_QCOM_GLINK_RPM
17 tristate "Qualcomm RPM Glink driver"
18 select RPMSG
19 depends on HAS_IOMEM
20 depends on MAILBOX
21 help
22 Say y here to enable support for the GLINK RPM communication driver,
23 which serves as a channel for communication with the RPM in GLINK
24 enabled systems.
25
Bjorn Andersson53e28222016-09-01 15:28:09 -070026config RPMSG_QCOM_SMD
27 tristate "Qualcomm Shared Memory Driver (SMD)"
28 depends on QCOM_SMEM
Bjorn Andersson53e28222016-09-01 15:28:09 -070029 select RPMSG
30 help
31 Say y here to enable support for the Qualcomm Shared Memory Driver
32 providing communication channels to remote processors in Qualcomm
33 platforms.
34
Bjorn Andersson026dad42016-09-01 15:27:59 -070035config RPMSG_VIRTIO
36 tristate
37 select RPMSG
Ohad Ben-Cohenbcabbcc2011-10-20 21:10:55 +020038 select VIRTIO
Ohad Ben-Cohenf8289ed2011-12-14 13:03:55 +020039
40endmenu