diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Kconfig.debug | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Kconfig.debug b/lib/Kconfig.debug index 0796c1a090c0..eef557dc46c3 100644 --- a/lib/Kconfig.debug +++ b/lib/Kconfig.debug | |||
@@ -211,7 +211,7 @@ config SLUB_DEBUG_ON | |||
211 | config SLUB_STATS | 211 | config SLUB_STATS |
212 | default n | 212 | default n |
213 | bool "Enable SLUB performance statistics" | 213 | bool "Enable SLUB performance statistics" |
214 | depends on SLUB | 214 | depends on SLUB && SLUB_DEBUG && SYSFS |
215 | help | 215 | help |
216 | SLUB statistics are useful to debug SLUBs allocation behavior in | 216 | SLUB statistics are useful to debug SLUBs allocation behavior in |
217 | order find ways to optimize the allocator. This should never be | 217 | order find ways to optimize the allocator. This should never be |