repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Linux 4.9.74
[linux/fpc-iii.git]
/
drivers
/
rpmsg
/
Kconfig
blob
de31c5f14dd98b72e353f75ea1ad5f35843ed20a
1
menu "Rpmsg drivers"
2
3
# RPMSG always gets selected by whoever wants it
4
config RPMSG
5
tristate
6
7
config 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
17
config RPMSG_VIRTIO
18
tristate
19
select RPMSG
20
select VIRTIO
21
select VIRTUALIZATION
22
23
endmenu