crypto: essiv - remove redundant null pointer check before kfree
[linux-2.6-microblaze.git] / fs / fuse / Kconfig
index 24fc5a5..0635cba 100644 (file)
@@ -27,3 +27,14 @@ config CUSE
 
          If you want to develop or use a userspace character device
          based on CUSE, answer Y or M.
+
+config VIRTIO_FS
+       tristate "Virtio Filesystem"
+       depends on FUSE_FS
+       select VIRTIO
+       help
+         The Virtio Filesystem allows guests to mount file systems from the
+          host.
+
+         If you want to share files between guests or with the host, answer Y
+          or M.