xref: /linux/drivers/rpmsg/Kconfig (revision 0da85d1e38b4c186d2248f0239b72d465f5b406c)
1menu "Rpmsg drivers"
2
3# RPMSG always gets selected by whoever wants it
4config RPMSG
5	tristate
6	select VIRTIO
7	select VIRTUALIZATION
8
9endmenu
10