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