Merge branch 'for_linus' of git://cavan.codon.org.uk/platform-drivers-x86
[GitHub/LineageOS/android_kernel_samsung_universal7580.git] / drivers / rpmsg / Kconfig
1 menu "Rpmsg drivers (EXPERIMENTAL)"
2
3 # RPMSG always gets selected by whoever wants it
4 config RPMSG
5 tristate
6 select VIRTIO
7 select VIRTIO_RING
8 depends on EXPERIMENTAL
9
10 endmenu