aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/Kconfig.debug6
1 files changed, 2 insertions, 4 deletions
diff --git a/lib/Kconfig.debug b/lib/Kconfig.debug
index df9234c5f9d1..c768bcdda1b7 100644
--- a/lib/Kconfig.debug
+++ b/lib/Kconfig.debug
@@ -434,11 +434,9 @@ config DEBUG_KMEMLEAK_EARLY_LOG_SIZE
434 434
435config DEBUG_KMEMLEAK_TEST 435config DEBUG_KMEMLEAK_TEST
436 tristate "Simple test for the kernel memory leak detector" 436 tristate "Simple test for the kernel memory leak detector"
437 depends on DEBUG_KMEMLEAK 437 depends on DEBUG_KMEMLEAK && m
438 help 438 help
439 Say Y or M here to build a test for the kernel memory leak 439 This option enables a module that explicitly leaks memory.
440 detector. This option enables a module that explicitly leaks
441 memory.
442 440
443 If unsure, say N. 441 If unsure, say N.
444 442