Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ae36b883 authored by Jens Axboe's avatar Jens Axboe Committed by Jens Axboe
Browse files

[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: default avatarJens Axboe <axboe@suse.de>
parent 09540e69
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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