xref: /openbmc/linux/fs/ceph/Kconfig (revision be4f104d)
19030aaf9SSage Weilconfig CEPH_FS
29030aaf9SSage Weil        tristate "Ceph distributed file system (EXPERIMENTAL)"
39030aaf9SSage Weil	depends on INET && EXPERIMENTAL
49030aaf9SSage Weil	select LIBCRC32C
525848b3eSRobert P. J. Day	select CRYPTO_AES
6*be4f104dSSage Weil	select CRYPTO
79030aaf9SSage Weil	help
89030aaf9SSage Weil	  Choose Y or M here to include support for mounting the
99030aaf9SSage Weil	  experimental Ceph distributed file system.  Ceph is an extremely
109030aaf9SSage Weil	  scalable file system designed to provide high performance,
119030aaf9SSage Weil	  reliable access to petabytes of storage.
129030aaf9SSage Weil
139030aaf9SSage Weil	  More information at http://ceph.newdream.net/.
149030aaf9SSage Weil
159030aaf9SSage Weil	  If unsure, say N.
169030aaf9SSage Weil
179030aaf9SSage Weilconfig CEPH_FS_PRETTYDEBUG
189030aaf9SSage Weil	bool "Include file:line in ceph debug output"
199030aaf9SSage Weil	depends on CEPH_FS
209030aaf9SSage Weil	default n
219030aaf9SSage Weil	help
229030aaf9SSage Weil	  If you say Y here, debug output will include a filename and
239030aaf9SSage Weil	  line to aid debugging.  This icnreases kernel size and slows
249030aaf9SSage Weil	  execution slightly when debug call sites are enabled (e.g.,
259030aaf9SSage Weil	  via CONFIG_DYNAMIC_DEBUG).
269030aaf9SSage Weil
279030aaf9SSage Weil	  If unsure, say N.
289030aaf9SSage Weil
29