config [31mCONFIG_CEPH_FS[0m tristate "Ceph distributed file system" depends on [31mCONFIG_INET[0m select [31mCONFIG_CEPH_LIB[0m select [31mCONFIG_LIBCRC32C[0m select [31mCONFIG_CRYPTO_AES[0m select [31mCONFIG_CRYPTO[0m default n help Choose Y or [31mCONFIG_M[0m here to include support for mounting the experimental Ceph distributed file system. Ceph is an extremely scalable file system designed to provide high performance, reliable access to petabytes of storage. More information at http://ceph.newdream.net/. If unsure, say N. if [31mCONFIG_CEPH_FS[0m config [31mCONFIG_CEPH_FSCACHE[0m bool "Enable Ceph client caching support" depends on [31mCONFIG_CEPH_FS[0m=m && [31mCONFIG_FSCACHE[0m || [31mCONFIG_CEPH_FS[0m=y && [31mCONFIG_FSCACHE[0m=y help Choose Y here to enable persistent, read-only local caching support for Ceph clients using FS-Cache endif config [31mCONFIG_CEPH_FS_POSIX_ACL[0m bool "Ceph POSIX Access Control Lists" depends on [31mCONFIG_CEPH_FS[0m select [31mCONFIG_FS_POSIX_ACL[0m help POSIX Access Control Lists (ACLs) support permissions for users and groups beyond the owner/group/world scheme. To learn more about Access Control Lists, visit the POSIX ACLs for Linux website <http://acl.bestbits.at/>. If you don't know what Access Control Lists are, say N |