Kconfig 160 B

12345678
  1. # Virtio always gets selected by whoever wants it.
  2. config VIRTIO
  3. bool
  4. # Similarly the virtio ring implementation.
  5. config VIRTIO_RING
  6. bool
  7. depends on VIRTIO