Merge tag 'gpio-for-v3.11-3' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw...
[linux-2.6.git] / fs / ceph / Kconfig
blob49bc78243db9f2f3f147de0bcc0e3c4f7f72fd66
1 config CEPH_FS
2         tristate "Ceph distributed file system"
3         depends on INET
4         select CEPH_LIB
5         select LIBCRC32C
6         select CRYPTO_AES
7         select CRYPTO
8         default n
9         help
10           Choose Y or M here to include support for mounting the
11           experimental Ceph distributed file system.  Ceph is an extremely
12           scalable file system designed to provide high performance,
13           reliable access to petabytes of storage.
15           More information at http://ceph.newdream.net/.
17           If unsure, say N.