diff options
-rw-r--r-- | drivers/virtio/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/virtio/Kconfig b/drivers/virtio/Kconfig index 00b228638274..8286b63eaf80 100644 --- a/drivers/virtio/Kconfig +++ b/drivers/virtio/Kconfig | |||
@@ -12,7 +12,7 @@ config VIRTIO_PCI | |||
12 | depends on PCI | 12 | depends on PCI |
13 | select VIRTIO | 13 | select VIRTIO |
14 | ---help--- | 14 | ---help--- |
15 | This drivers provides support for virtio based paravirtual device | 15 | This driver provides support for virtio based paravirtual device |
16 | drivers over PCI. This requires that your VMM has appropriate PCI | 16 | drivers over PCI. This requires that your VMM has appropriate PCI |
17 | virtio backends. Most QEMU based VMMs should support these devices | 17 | virtio backends. Most QEMU based VMMs should support these devices |
18 | (like KVM or Xen). | 18 | (like KVM or Xen). |