xref: /openbmc/qemu/hw/virtio/Kconfig (revision 9533dcdd416530a0d72140c122bf90517b6c81eb)
1config VIRTIO
2    bool
3
4config VIRTIO_RNG
5    bool
6
7config VIRTIO_PCI
8    bool
9    default y if PCI_DEVICES
10    depends on PCI
11    select VIRTIO
12
13config VIRTIO_MMIO
14    bool
15
16config VIRTIO_BALLOON
17    bool
18
19config VIRTIO_CRYPTO
20    bool
21