From: Jens Axboe Date: Sun, 26 Mar 2006 12:38:54 +0000 (+0200) Subject: [PATCH] Don't make debugfs depend on DEBUG_KERNEL X-Git-Tag: v2.6.17-rc1~276^2 X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ae36b883d29e53b6083ed3d1d44f254cee7507d3;p=linux-2.6 [PATCH] Don't make debugfs depend on DEBUG_KERNEL We use it generally now, at least blktrace isn't a specific debug kernel feature. Signed-off-by: Jens Axboe --- diff --git a/lib/Kconfig.debug b/lib/Kconfig.debug index 7e70ab13e1..6e8a60f67c 100644 --- a/lib/Kconfig.debug +++ b/lib/Kconfig.debug @@ -172,7 +172,7 @@ config DEBUG_IOREMAP config DEBUG_FS bool "Debug Filesystem" - depends on DEBUG_KERNEL && SYSFS + 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