X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=lib%2FKconfig.debug;h=9e06b7f5ecf15b6b24ec50ea832a5720145ae8f1;hb=cc4589ebfae6f8dbb5cf880a0a67eedab3416492;hp=ff87ddc4cbd55309e48eb0114b231f4a6b8df7c7;hpb=4aed2fd8e3181fea7c09ba79cf64e7e3f4413bf9;p=~andy%2Flinux diff --git a/lib/Kconfig.debug b/lib/Kconfig.debug index ff87ddc4cbd..9e06b7f5ecf 100644 --- a/lib/Kconfig.debug +++ b/lib/Kconfig.debug @@ -76,7 +76,6 @@ config UNUSED_SYMBOLS config DEBUG_FS bool "Debug Filesystem" - depends on SYSFS help debugfs is a virtual file system that kernel developers use to put debugging files into. Enable this option to be able to read and @@ -411,6 +410,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