瀏覽代碼

[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 <axboe@suse.de>
Jens Axboe 20 年之前
父節點
當前提交
ae36b883d2
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      lib/Kconfig.debug

+ 1 - 1
lib/Kconfig.debug

@@ -172,7 +172,7 @@ config DEBUG_IOREMAP
 
 
 config DEBUG_FS
 config DEBUG_FS
 	bool "Debug Filesystem"
 	bool "Debug Filesystem"
-	depends on DEBUG_KERNEL && SYSFS
+	depends on SYSFS
 	help
 	help
 	  debugfs is a virtual file system that kernel developers use to put
 	  debugfs is a virtual file system that kernel developers use to put
 	  debugging files into.  Enable this option to be able to read and
 	  debugging files into.  Enable this option to be able to read and