aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lib/Kconfig.debug1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Kconfig.debug b/lib/Kconfig.debug
index 30df5865ecbe..732b9f6ab1ee 100644
--- a/lib/Kconfig.debug
+++ b/lib/Kconfig.debug
@@ -352,6 +352,7 @@ config DEBUG_KMEMLEAK
352 select DEBUG_FS if SYSFS 352 select DEBUG_FS if SYSFS
353 select STACKTRACE if STACKTRACE_SUPPORT 353 select STACKTRACE if STACKTRACE_SUPPORT
354 select KALLSYMS 354 select KALLSYMS
355 select CRC32
355 help 356 help
356 Say Y here if you want to enable the memory leak 357 Say Y here if you want to enable the memory leak
357 detector. The memory allocation/freeing is traced in a way 358 detector. The memory allocation/freeing is traced in a way