blob: 9e33fc4da875010f11b95e1512f57ba69c593e01 [file] [log] [blame]
Rusty Russellec3d41c2007-10-22 11:03:36 +10001# Virtio always gets selected by whoever wants it.
2config VIRTIO
3 bool
Rusty Russell0a8a69d2007-10-22 11:03:40 +10004
5# Similarly the virtio ring implementation.
6config VIRTIO_RING
7 bool
8 depends on VIRTIO