Merge tag 'kvm-ppc-fixes-5.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git...
[linux-2.6-microblaze.git] / drivers / virtio / Kconfig
index 078615c..2bbf94b 100644 (file)
@@ -43,6 +43,19 @@ config VIRTIO_PCI_LEGACY
 
          If unsure, say Y.
 
+config VIRTIO_VDPA
+       tristate "vDPA driver for virtio devices"
+       select VDPA
+       select VIRTIO
+       help
+         This driver provides support for virtio based paravirtual
+         device driver over vDPA bus. For this to be useful, you need
+         an appropriate vDPA device implementation that operates on a
+         physical device to allow the datapath of virtio to be
+         offloaded to hardware.
+
+         If unsure, say M.
+
 config VIRTIO_PMEM
        tristate "Support for virtio pmem driver"
        depends on VIRTIO
@@ -58,6 +71,7 @@ config VIRTIO_BALLOON
        tristate "Virtio balloon driver"
        depends on VIRTIO
        select MEMORY_BALLOON
+       select PAGE_REPORTING
        ---help---
         This driver supports increasing and decreasing the amount
         of memory within a KVM guest.