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