2012-10-02 18:18:50 +00:00
|
|
|
menu "Rpmsg drivers"
|
2011-12-14 11:03:55 +00:00
|
|
|
|
2011-10-20 19:10:55 +00:00
|
|
|
# RPMSG always gets selected by whoever wants it
|
|
|
|
config RPMSG
|
|
|
|
tristate
|
2016-09-01 22:27:59 +00:00
|
|
|
|
2016-09-01 22:28:09 +00:00
|
|
|
config RPMSG_QCOM_SMD
|
|
|
|
tristate "Qualcomm Shared Memory Driver (SMD)"
|
|
|
|
depends on QCOM_SMEM
|
2016-09-12 09:58:56 +00:00
|
|
|
depends on QCOM_SMD=n
|
2016-09-01 22:28:09 +00:00
|
|
|
select RPMSG
|
|
|
|
help
|
|
|
|
Say y here to enable support for the Qualcomm Shared Memory Driver
|
|
|
|
providing communication channels to remote processors in Qualcomm
|
|
|
|
platforms.
|
|
|
|
|
2016-09-01 22:27:59 +00:00
|
|
|
config RPMSG_VIRTIO
|
|
|
|
tristate
|
|
|
|
select RPMSG
|
2011-10-20 19:10:55 +00:00
|
|
|
select VIRTIO
|
2013-04-21 13:32:29 +00:00
|
|
|
select VIRTUALIZATION
|
2011-12-14 11:03:55 +00:00
|
|
|
|
|
|
|
endmenu
|