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