xref: /linux/drivers/virtio/Kconfig (revision 643d1f7fe3aa12c8bdea6fa5b4ba874ff6dd601d)
1# Virtio always gets selected by whoever wants it.
2config VIRTIO
3	bool
4
5# Similarly the virtio ring implementation.
6config VIRTIO_RING
7	bool
8	depends on VIRTIO
9