]> Pileus Git - ~andy/linux/blobdiff - drivers/virtio/Kconfig
Merge branch 'next/devel2' of git://git.linaro.org/people/arnd/arm-soc
[~andy/linux] / drivers / virtio / Kconfig
index 57e493b1bd209d7663821b60e29ddfd0bc719684..816ed08e7cf3c504f4ce5377b327964a30daa8e9 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 EXPERIMENTAL
+       select VIRTIO
+       select VIRTIO_RING
+       ---help---
+        This drivers provides support for memory mapped virtio
+        platform device driver.
+
+        If unsure, say N.
+
 endmenu