| # Virtio always gets selected by whoever wants it. |
| # Similarly the virtio ring implementation. |
| tristate "PCI driver for virtio devices (EXPERIMENTAL)" |
| depends on PCI && EXPERIMENTAL |
| This drivers provides support for virtio based paravirtual device |
| drivers over PCI. This requires that your VMM has appropriate PCI |
| virtio backends. Most QEMU based VMMs should support these devices |
| Currently, the ABI is not considered stable so there is no guarantee |
| that this version of the driver will work with your VMM. |
| tristate "Virtio balloon driver (EXPERIMENTAL)" |
| This driver supports increasing and decreasing the amount |
| of memory within a KVM guest. |