]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/blob - drivers/virtio/Kconfig
Merge branch 'features' of git://farnsworth.org/dale/linux-2.6-mv643xx_eth into upstream
[mirror_ubuntu-zesty-kernel.git] / drivers / virtio / Kconfig
1 # Virtio always gets selected by whoever wants it.
2 config VIRTIO
3 bool
4
5 # Similarly the virtio ring implementation.
6 config VIRTIO_RING
7 bool
8 depends on VIRTIO