]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - drivers/virtio/Kconfig
ipv4: using prefetch requires including prefetch.h
[karo-tx-linux.git] / drivers / virtio / Kconfig
index 57e493b1bd209d7663821b60e29ddfd0bc719684..1a61939b85fce4f3a1269b7915b1e9c3760efe26 100644 (file)
@@ -35,4 +35,15 @@ config VIRTIO_BALLOON
 
         If unsure, say M.
 
+ config VIRTIO_MMIO
+       tristate "Platform bus driver for memory mapped virtio devices (EXPERIMENTAL)"
+       depends on HAS_IOMEM && EXPERIMENTAL
+       select VIRTIO
+       select VIRTIO_RING
+       ---help---
+        This drivers provides support for memory mapped virtio
+        platform device driver.
+
+        If unsure, say N.
+
 endmenu