Rusty Russell | ec3d41c | 2007-10-22 11:03:36 +1000 | [diff] [blame] | 1 | # Virtio always gets selected by whoever wants it. |
2 | config VIRTIO | ||||
3 | bool | ||||
Rusty Russell | 0a8a69d | 2007-10-22 11:03:40 +1000 | [diff] [blame] | 4 | |
5 | # Similarly the virtio ring implementation. | ||||
6 | config VIRTIO_RING | ||||
7 | bool | ||||
8 | depends on VIRTIO |