Linux kernel mirror (for testing)
git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel
os
linux
1menu "Rpmsg drivers"
2
3# RPMSG always gets selected by whoever wants it
4config RPMSG
5 tristate
6
7config RPMSG_QCOM_SMD
8 tristate "Qualcomm Shared Memory Driver (SMD)"
9 depends on QCOM_SMEM
10 depends on QCOM_SMD=n
11 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
17config RPMSG_VIRTIO
18 tristate
19 select RPMSG
20 select VIRTIO
21 select VIRTUALIZATION
22
23endmenu