blob: ac9a2ef5bb9b8f0e8638c0d594e1cd51b5719c91 [file] [log] [blame]
Sage Weil9030aaf2009-10-06 11:31:15 -07001config CEPH_FS
Kees Cook1b6a78a2012-10-02 11:19:19 -07002 tristate "Ceph distributed file system"
3 depends on INET
Yehuda Sadeh3d14c5d2010-04-06 15:14:15 -07004 select CEPH_LIB
Sage Weil9030aaf2009-10-06 11:31:15 -07005 select LIBCRC32C
Robert P. J. Day25848b32010-07-24 06:41:18 -04006 select CRYPTO_AES
Sage Weilbe4f1042010-09-17 12:30:31 -07007 select CRYPTO
Yehuda Sadeh3d14c5d2010-04-06 15:14:15 -07008 default n
Sage Weil9030aaf2009-10-06 11:31:15 -07009 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.
14
15 More information at http://ceph.newdream.net/.
16
17 If unsure, say N.
18
Milosz Tanski99ccbd22013-08-21 17:29:54 -040019if CEPH_FS
20config CEPH_FSCACHE
21 bool "Enable Ceph client caching support"
22 depends on CEPH_FS=m && FSCACHE || CEPH_FS=y && FSCACHE=y
23 help
24 Choose Y here to enable persistent, read-only local
25 caching support for Ceph clients using FS-Cache
26
27endif