virtio: Allow virtio to be modular and used by modules
[pandora-kernel.git] / drivers / virtio / Kconfig
1 # Virtio always gets selected by whoever wants it.
2 config VIRTIO
3         tristate
4
5 # Similarly the virtio ring implementation.
6 config VIRTIO_RING
7         tristate
8         depends on VIRTIO