blob: de31c5f14dd98b72e353f75ea1ad5f35843ed20a [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 Andersson53e28222016-09-01 15:28:09 -07007config RPMSG_QCOM_SMD
8 tristate "Qualcomm Shared Memory Driver (SMD)"
9 depends on QCOM_SMEM
Arnd Bergmann395317b2016-09-12 11:58:56 +020010 depends on QCOM_SMD=n
Bjorn Andersson53e28222016-09-01 15:28:09 -070011 select RPMSG
12 help
13 Say y here to enable support for the Qualcomm Shared Memory Driver
14 providing communication channels to remote processors in Qualcomm
15 platforms.
16
Bjorn Andersson026dad42016-09-01 15:27:59 -070017config RPMSG_VIRTIO
18 tristate
19 select RPMSG
Ohad Ben-Cohenbcabbcc2011-10-20 21:10:55 +020020 select VIRTIO
Suman Anna397944d2013-04-21 16:32:29 +030021 select VIRTUALIZATION
Ohad Ben-Cohenf8289ed2011-12-14 13:03:55 +020022
23endmenu