aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/Kconfig.debug7
1 files changed, 7 insertions, 0 deletions
diff --git a/lib/Kconfig.debug b/lib/Kconfig.debug
index e722e9d62221..95ab402db9c0 100644
--- a/lib/Kconfig.debug
+++ b/lib/Kconfig.debug
@@ -400,6 +400,13 @@ config DEBUG_KMEMLEAK_TEST
400 400
401 If unsure, say N. 401 If unsure, say N.
402 402
403config DEBUG_KMEMLEAK_DEFAULT_OFF
404 bool "Default kmemleak to off"
405 depends on DEBUG_KMEMLEAK
406 help
407 Say Y here to disable kmemleak by default. It can then be enabled
408 on the command line via kmemleak=on.
409
403config DEBUG_PREEMPT 410config DEBUG_PREEMPT
404 bool "Debug preemptible kernel" 411 bool "Debug preemptible kernel"
405 depends on DEBUG_KERNEL && PREEMPT && TRACE_IRQFLAGS_SUPPORT 412 depends on DEBUG_KERNEL && PREEMPT && TRACE_IRQFLAGS_SUPPORT