]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - fs/ceph/Kconfig
ceph: use fscache as a local presisent cache
[karo-tx-linux.git] / fs / ceph / Kconfig
index 49bc78243db9f2f3f147de0bcc0e3c4f7f72fd66..ac9a2ef5bb9b8f0e8638c0d594e1cd51b5719c91 100644 (file)
@@ -16,3 +16,12 @@ config CEPH_FS
 
          If unsure, say N.
 
+if CEPH_FS
+config CEPH_FSCACHE
+       bool "Enable Ceph client caching support"
+       depends on CEPH_FS=m && FSCACHE || CEPH_FS=y && FSCACHE=y
+       help
+         Choose Y here to enable persistent, read-only local
+         caching support for Ceph clients using FS-Cache
+
+endif