xref: /linux/drivers/rpmsg/Kconfig (revision 73317712d9277407b726917de7c4e6d5a4b7df99)
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