drm/i915: kill per-ring macros
[linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git] / fs / ceph / Kconfig
blobbc87b9c1d27ea8e253f5a1b9b395a287ede4106e
1 config CEPH_FS
2         tristate "Ceph distributed file system (EXPERIMENTAL)"
3         depends on INET && EXPERIMENTAL
4         select LIBCRC32C
5         select CRYPTO_AES
6         help
7           Choose Y or M here to include support for mounting the
8           experimental Ceph distributed file system.  Ceph is an extremely
9           scalable file system designed to provide high performance,
10           reliable access to petabytes of storage.
12           More information at http://ceph.newdream.net/.
14           If unsure, say N.
16 config CEPH_FS_PRETTYDEBUG
17         bool "Include file:line in ceph debug output"
18         depends on CEPH_FS
19         default n
20         help
21           If you say Y here, debug output will include a filename and
22           line to aid debugging.  This icnreases kernel size and slows
23           execution slightly when debug call sites are enabled (e.g.,
24           via CONFIG_DYNAMIC_DEBUG).
26           If unsure, say N.