aboutsummaryrefslogtreecommitdiff
path: root/lib/Kconfig.debug
diff options
context:
space:
mode:
authorNicolas Pitre <nicolas.pitre@linaro.org>2010-07-16 23:48:59 -0400
committerNicolas Pitre <nicolas.pitre@linaro.org>2010-07-16 23:48:59 -0400
commit185436e33b5fb84b783723f317e12258d725e22b (patch)
treea746993fa52da3962619f8cd28afd75684c05ba8 /lib/Kconfig.debug
parent58a7ec89680147a0c0382257d1ce32ab4cb0d411 (diff)
parent4298370d35a9ab40e60a9130de05e61727454571 (diff)
Merge remote branch 'catalin/rebased'linaro_merge_100716
Conflicts: arch/arm/mm/cache-l2x0.c arch/arm/mm/mmu.c
Diffstat (limited to 'lib/Kconfig.debug')
-rw-r--r--lib/Kconfig.debug7
1 files changed, 7 insertions, 0 deletions
diff --git a/lib/Kconfig.debug b/lib/Kconfig.debug
index e722e9d6222..95ab402db9c 100644
--- a/lib/Kconfig.debug
+++ b/lib/Kconfig.debug
@@ -400,6 +400,13 @@ config DEBUG_KMEMLEAK_TEST
If unsure, say N.
+config DEBUG_KMEMLEAK_DEFAULT_OFF
+ bool "Default kmemleak to off"
+ depends on DEBUG_KMEMLEAK
+ help
+ Say Y here to disable kmemleak by default. It can then be enabled
+ on the command line via kmemleak=on.
+
config DEBUG_PREEMPT
bool "Debug preemptible kernel"
depends on DEBUG_KERNEL && PREEMPT && TRACE_IRQFLAGS_SUPPORT