]> git.karo-electronics.de Git - mv-sheeva.git/blobdiff - drivers/block/Kconfig
Merge branch 'master' into tk71
[mv-sheeva.git] / drivers / block / Kconfig
index de277689da6153fac725e54e50f752e7a6ee5978..83c32cb72582bd6a1c33524ff61bdc757e76d6f2 100644 (file)
@@ -464,6 +464,7 @@ config XEN_BLKDEV_FRONTEND
        tristate "Xen virtual block device support"
        depends on XEN
        default y
+       select XEN_XENBUS_FRONTEND
        help
          This driver implements the front-end of the Xen virtual
          block device driver.  It communicates with a back-end driver
@@ -488,4 +489,21 @@ config BLK_DEV_HD
 
          If unsure, say N.
 
+config BLK_DEV_RBD
+       tristate "Rados block device (RBD)"
+       depends on INET && EXPERIMENTAL && BLOCK
+       select CEPH_LIB
+       select LIBCRC32C
+       select CRYPTO_AES
+       select CRYPTO
+       default n
+       help
+         Say Y here if you want include the Rados block device, which stripes
+         a block device over objects stored in the Ceph distributed object
+         store.
+
+         More information at http://ceph.newdream.net/.
+
+         If unsure, say N.
+
 endif # BLK_DEV