Kconfig 168 B

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