2012-10-02 11:18:50 -07:00
|
|
|
menu "Rpmsg drivers"
|
2011-12-14 13:03:55 +02:00
|
|
|
|
2011-10-20 21:10:55 +02:00
|
|
|
# RPMSG always gets selected by whoever wants it
|
|
|
|
config RPMSG
|
|
|
|
tristate
|
2016-09-01 15:27:59 -07:00
|
|
|
|
2016-09-01 15:28:09 -07:00
|
|
|
config RPMSG_QCOM_SMD
|
|
|
|
tristate "Qualcomm Shared Memory Driver (SMD)"
|
|
|
|
depends on QCOM_SMEM
|
2016-09-12 11:58:56 +02:00
|
|
|
depends on QCOM_SMD=n
|
2016-09-01 15:28:09 -07: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 15:27:59 -07:00
|
|
|
config RPMSG_VIRTIO
|
|
|
|
tristate
|
|
|
|
select RPMSG
|
2011-10-20 21:10:55 +02:00
|
|
|
select VIRTIO
|
2013-04-21 16:32:29 +03:00
|
|
|
select VIRTUALIZATION
|
2011-12-14 13:03:55 +02:00
|
|
|
|
|
|
|
endmenu
|