blob: 0fe6eac465121d6bbf7c8c1ce9a8d06d21c0a7a6 [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 Andersson835764dd2017-08-24 12:51:26 +053016config RPMSG_QCOM_GLINK_NATIVE
17 tristate
18 select RPMSG
19
Bjorn Anderssonb4f8e522017-05-27 16:23:35 -070020config RPMSG_QCOM_GLINK_RPM
21 tristate "Qualcomm RPM Glink driver"
Bjorn Andersson835764dd2017-08-24 12:51:26 +053022 select RPMSG_QCOM_GLINK_NATIVE
Bjorn Anderssonb4f8e522017-05-27 16:23:35 -070023 depends on HAS_IOMEM
24 depends on MAILBOX
25 help
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
28 enabled systems.
29
Bjorn Anderssoncaf989c2017-08-24 12:51:30 +053030config RPMSG_QCOM_GLINK_SMEM
31 tristate "Qualcomm SMEM Glink driver"
32 select RPMSG_QCOM_GLINK_NATIVE
33 depends on MAILBOX
34 depends on QCOM_SMEM
35 help
36 Say y here to enable support for the GLINK SMEM communication driver,
37 which provides support for using the GLINK communication protocol
38 over SMEM.
39
Bjorn Andersson53e28222016-09-01 15:28:09 -070040config RPMSG_QCOM_SMD
41 tristate "Qualcomm Shared Memory Driver (SMD)"
42 depends on QCOM_SMEM
Bjorn Andersson53e28222016-09-01 15:28:09 -070043 select RPMSG
44 help
45 Say y here to enable support for the Qualcomm Shared Memory Driver
46 providing communication channels to remote processors in Qualcomm
47 platforms.
48
Bjorn Andersson026dad42016-09-01 15:27:59 -070049config RPMSG_VIRTIO
50 tristate
51 select RPMSG
Ohad Ben-Cohenbcabbcc2011-10-20 21:10:55 +020052 select VIRTIO
Ohad Ben-Cohenf8289ed2011-12-14 13:03:55 +020053
54endmenu