rpmsg: smd: Register rpmsg user space interface for edges
[linux-block.git] / drivers / rpmsg / Kconfig
CommitLineData
860514e0 1menu "Rpmsg drivers"
f8289eda 2
bcabbcca
OBC
3# RPMSG always gets selected by whoever wants it
4config RPMSG
5 tristate
026dad47 6
c0cdc19f
BA
7config RPMSG_CHAR
8 tristate "RPMSG device interface"
9 depends on RPMSG
10 help
11 Say Y here to export rpmsg endpoints as device files, usually found
12 in /dev. They make it possible for user-space programs to send and
13 receive rpmsg packets.
14
53e2822e
BA
15config RPMSG_QCOM_SMD
16 tristate "Qualcomm Shared Memory Driver (SMD)"
17 depends on QCOM_SMEM
395317bb 18 depends on QCOM_SMD=n
53e2822e
BA
19 select RPMSG
20 help
21 Say y here to enable support for the Qualcomm Shared Memory Driver
22 providing communication channels to remote processors in Qualcomm
23 platforms.
24
026dad47
BA
25config RPMSG_VIRTIO
26 tristate
27 select RPMSG
bcabbcca 28 select VIRTIO
397944df 29 select VIRTUALIZATION
f8289eda
OBC
30
31endmenu