projects
/
GitHub
/
mt8127
/
android_kernel_alcatel_ttab.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
09540e6
)
[PATCH] Don't make debugfs depend on DEBUG_KERNEL
author
Jens Axboe
<axboe@suse.de>
Sun, 26 Mar 2006 12:38:54 +0000
(14:38 +0200)
committer
Jens Axboe
<axboe@nelson.home.kernel.dk>
Mon, 27 Mar 2006 07:29:03 +0000
(09:29 +0200)
We use it generally now, at least blktrace isn't a specific debug
kernel feature.
Signed-off-by: Jens Axboe <axboe@suse.de>
lib/Kconfig.debug
patch
|
blob
|
blame
|
history
diff --git
a/lib/Kconfig.debug
b/lib/Kconfig.debug
index 7e70ab13e191174923e78e582869f31fdfaeeba4..6e8a60f67c7a51e6fe99882e0408b4b99db10287 100644
(file)
--- 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