···4 tristate "Block device as cache"
5 select BLOCK_HOLDER_DEPRECATED if SYSFS
6 select CRC64
07 help
8 Allows a block device to be used as cache for other devices; uses
9 a btree for indexing and the layout is optimized for SSDs.
···19 Enables extra debugging tools, allows expensive runtime checks to be
20 turned on.
2122-config BCACHE_CLOSURES_DEBUG
23- bool "Debug closures"
24- depends on BCACHE
25- select DEBUG_FS
26- help
27- Keeps all active closures in a linked list and provides a debugfs
28- interface to list them, which makes it possible to see asynchronous
29- operations that get stuck.
30-31config BCACHE_ASYNC_REGISTRATION
32 bool "Asynchronous device registration"
33 depends on BCACHE
···4 tristate "Block device as cache"
5 select BLOCK_HOLDER_DEPRECATED if SYSFS
6 select CRC64
7+ select CLOSURES
8 help
9 Allows a block device to be used as cache for other devices; uses
10 a btree for indexing and the layout is optimized for SSDs.
···20 Enables extra debugging tools, allows expensive runtime checks to be
21 turned on.
2200000000023config BCACHE_ASYNC_REGISTRATION
24 bool "Asynchronous device registration"
25 depends on BCACHE
···506507 for more information.
508000509config HAS_IOMEM
510 bool
511 depends on !NO_IOMEM
···506507 for more information.
508509+config CLOSURES
510+ bool
511+512config HAS_IOMEM
513 bool
514 depends on !NO_IOMEM
+9
lib/Kconfig.debug
···1720 This is a relatively cheap check but if you care about maximum
1721 performance, say N.
17220000000001723config DEBUG_MAPLE_TREE
1724 bool "Debug maple trees"
1725 depends on DEBUG_KERNEL
···1720 This is a relatively cheap check but if you care about maximum
1721 performance, say N.
17221723+config DEBUG_CLOSURES
1724+ bool "Debug closures (bcache async widgits)"
1725+ depends on CLOSURES
1726+ select DEBUG_FS
1727+ help
1728+ Keeps all active closures in a linked list and provides a debugfs
1729+ interface to list them, which makes it possible to see asynchronous
1730+ operations that get stuck.
1731+1732config DEBUG_MAPLE_TREE
1733 bool "Debug maple trees"
1734 depends on DEBUG_KERNEL