diff options
| author | Jens Axboe <axboe@suse.de> | 2006-03-26 07:38:54 -0500 | 
|---|---|---|
| committer | Jens Axboe <axboe@nelson.home.kernel.dk> | 2006-03-27 02:29:03 -0500 | 
| commit | ae36b883d29e53b6083ed3d1d44f254cee7507d3 (patch) | |
| tree | f50d7dff1df5bf032f259fbd0bb33aca26123079 | |
| parent | 09540e691d7f57684b296b60241b2ff357fae3ab (diff) | |
[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>
| -rw-r--r-- | lib/Kconfig.debug | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/lib/Kconfig.debug b/lib/Kconfig.debug index 7e70ab13e191..6e8a60f67c7a 100644 --- a/lib/Kconfig.debug +++ b/lib/Kconfig.debug | |||
| @@ -172,7 +172,7 @@ config DEBUG_IOREMAP | |||
| 172 | 172 | ||
| 173 | config DEBUG_FS | 173 | config DEBUG_FS | 
| 174 | bool "Debug Filesystem" | 174 | bool "Debug Filesystem" | 
| 175 | depends on DEBUG_KERNEL && SYSFS | 175 | depends on SYSFS | 
| 176 | help | 176 | help | 
| 177 | debugfs is a virtual file system that kernel developers use to put | 177 | debugfs is a virtual file system that kernel developers use to put | 
| 178 | debugging files into. Enable this option to be able to read and | 178 | debugging files into. Enable this option to be able to read and | 
