1 # SPDX-License-Identifier: GPL-2.0-only
3 tristate "Ceph core library"
12 Choose Y or M here to include cephlib, which provides the
13 common functionality to both the Ceph filesystem and
14 to the rados block device (rbd).
16 More information at http://ceph.newdream.net/.
20 config CEPH_LIB_PRETTYDEBUG
21 bool "Include file:line in ceph debug output"
25 If you say Y here, debug output will include a filename and
26 line to aid debugging. This increases kernel size and slows
27 execution slightly when debug call sites are enabled (e.g.,
28 via CONFIG_DYNAMIC_DEBUG).
32 config CEPH_LIB_USE_DNS_RESOLVER
33 bool "Use in-kernel support for DNS lookup"
38 If you say Y here, hostnames (e.g. monitor addresses) will
39 be resolved using the CONFIG_DNS_RESOLVER facility.
41 For information on how to use CONFIG_DNS_RESOLVER consult
42 Documentation/networking/dns_resolver.rst