https://jxself.org/git/linux-libre.git
Raw File
Tip revision: 619514e88371abc35fa42e2c2ac5be88ddc28d96 authored by Jason Self on 28 March 2013, 19:06:51 UTC
Linux-libre 3.0.71-gnu1
Tip revision: 619514e
Kconfig
config CEPH_LIB
        tristate "Ceph core library (EXPERIMENTAL)"
	depends on INET && EXPERIMENTAL
	select LIBCRC32C
	select CRYPTO_AES
	select CRYPTO
	select KEYS
	default n
	help
	  Choose Y or M here to include cephlib, which provides the
	  common functionality to both the Ceph filesystem and
	  to the rados block device (rbd).

	  More information at http://ceph.newdream.net/.

	  If unsure, say N.

config CEPH_LIB_PRETTYDEBUG
	bool "Include file:line in ceph debug output"
	depends on CEPH_LIB
	default n
	help
	  If you say Y here, debug output will include a filename and
	  line to aid debugging.  This increases kernel size and slows
	  execution slightly when debug call sites are enabled (e.g.,
	  via CONFIG_DYNAMIC_DEBUG).

	  If unsure, say N.

back to top