mirror of
https://github.com/adulau/aha.git
synced 2024-12-28 03:36:19 +00:00
[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>
This commit is contained in:
parent
09540e691d
commit
ae36b883d2
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue