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