]> git.kernelconcepts.de Git - karo-tx-linux.git/blob - drivers/rpmsg/Kconfig
RDMA/SA: Fix kernel panic in CMA request handler flow
[karo-tx-linux.git] / drivers / rpmsg / Kconfig
1 menu "Rpmsg drivers"
2
3 # RPMSG always gets selected by whoever wants it
4 config RPMSG
5         tristate
6
7 config RPMSG_CHAR
8         tristate "RPMSG device interface"
9         depends on RPMSG
10         depends on NET
11         help
12           Say Y here to export rpmsg endpoints as device files, usually found
13           in /dev. They make it possible for user-space programs to send and
14           receive rpmsg packets.
15
16 config RPMSG_QCOM_SMD
17         tristate "Qualcomm Shared Memory Driver (SMD)"
18         depends on QCOM_SMEM
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
25 config RPMSG_VIRTIO
26         tristate
27         select RPMSG
28         select VIRTIO
29         select VIRTUALIZATION
30
31 endmenu