virtio: Allow virtio to be modular and used by modules
[GitHub/mt8127/android_kernel_alcatel_ttab.git] / drivers / virtio / Kconfig
CommitLineData
ec3d41c4
RR
1# Virtio always gets selected by whoever wants it.
2config VIRTIO
c6fd4701 3 tristate
0a8a69dd
RR
4
5# Similarly the virtio ring implementation.
6config VIRTIO_RING
c6fd4701 7 tristate
0a8a69dd 8 depends on VIRTIO