]> asedeno.scripts.mit.edu Git - linux.git/blobdiff - drivers/virtio/Kconfig
Merge tag 'sound-5.4-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound
[linux.git] / drivers / virtio / Kconfig
index 023fc3bc01c6f2d3115251e701a08b710cce6ed3..078615cf2afcd5f818a5cd26af5137e38f8b6041 100644 (file)
@@ -43,6 +43,17 @@ config VIRTIO_PCI_LEGACY
 
          If unsure, say Y.
 
+config VIRTIO_PMEM
+       tristate "Support for virtio pmem driver"
+       depends on VIRTIO
+       depends on LIBNVDIMM
+       help
+         This driver provides access to virtio-pmem devices, storage devices
+         that are mapped into the physical address space - similar to NVDIMMs
+          - with a virtio-based flushing interface.
+
+         If unsure, say Y.
+
 config VIRTIO_BALLOON
        tristate "Virtio balloon driver"
        depends on VIRTIO