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