]>
Commit | Line | Data |
---|---|---|
860514e0 | 1 | menu "Rpmsg drivers" |
f8289eda | 2 | |
bcabbcca OBC |
3 | # RPMSG always gets selected by whoever wants it |
4 | config RPMSG | |
5 | tristate | |
026dad47 | 6 | |
c0cdc19f BA |
7 | config RPMSG_CHAR |
8 | tristate "RPMSG device interface" | |
9 | depends on RPMSG | |
b70ea16d | 10 | depends on NET |
c0cdc19f BA |
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 | ||
b4f8e52b BA |
16 | config RPMSG_QCOM_GLINK_RPM |
17 | tristate "Qualcomm RPM Glink driver" | |
18 | select RPMSG | |
19 | depends on HAS_IOMEM | |
20 | depends on MAILBOX | |
21 | help | |
22 | Say y here to enable support for the GLINK RPM communication driver, | |
23 | which serves as a channel for communication with the RPM in GLINK | |
24 | enabled systems. | |
25 | ||
53e2822e BA |
26 | config RPMSG_QCOM_SMD |
27 | tristate "Qualcomm Shared Memory Driver (SMD)" | |
28 | depends on QCOM_SMEM | |
53e2822e BA |
29 | select RPMSG |
30 | help | |
31 | Say y here to enable support for the Qualcomm Shared Memory Driver | |
32 | providing communication channels to remote processors in Qualcomm | |
33 | platforms. | |
34 | ||
026dad47 BA |
35 | config RPMSG_VIRTIO |
36 | tristate | |
37 | select RPMSG | |
bcabbcca | 38 | select VIRTIO |
f8289eda OBC |
39 | |
40 | endmenu |