Skip to content

Commit

Permalink
[PATCH] Don't make debugfs depend on DEBUG_KERNEL
Browse files Browse the repository at this point in the history
We use it generally now, at least blktrace isn't a specific debug
kernel feature.

Signed-off-by: Jens Axboe <axboe@suse.de>
  • Loading branch information
Jens Axboe authored and Jens Axboe committed Mar 27, 2006
1 parent 09540e6 commit ae36b88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Kconfig.debug
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ae36b88

Please sign in to comment.