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 7b2a8ca97ada..69a32664c289 100644 --- a/lib/Kconfig.debug +++ b/lib/Kconfig.debug | |||
@@ -353,7 +353,7 @@ config SLUB_DEBUG_ON | |||
353 | config SLUB_STATS | 353 | config SLUB_STATS |
354 | default n | 354 | default n |
355 | bool "Enable SLUB performance statistics" | 355 | bool "Enable SLUB performance statistics" |
356 | depends on SLUB && SLUB_DEBUG && SYSFS | 356 | depends on SLUB && SYSFS |
357 | help | 357 | help |
358 | SLUB statistics are useful to debug SLUBs allocation behavior in | 358 | SLUB statistics are useful to debug SLUBs allocation behavior in |
359 | order find ways to optimize the allocator. This should never be | 359 | order find ways to optimize the allocator. This should never be |