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