Added !vmlinux.lds.h to .gitignore because it would otherwise be ignored.
[jz_linux_2.6.24.3.git] / drivers / virtio / Kconfig
blob9e33fc4da875010f11b95e1512f57ba69c593e01
1 # Virtio always gets selected by whoever wants it.
2 config VIRTIO
3         bool
5 # Similarly the virtio ring implementation.
6 config VIRTIO_RING
7         bool
8         depends on VIRTIO