diff options
author | Linus Torvalds <torvalds@g5.osdl.org> | 2006-07-13 19:38:58 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-07-13 19:38:58 -0400 |
commit | 0d10e47f9635ecafe5a9dc6e10cb056a87a4daa2 (patch) | |
tree | 5a9f4f813bda6aeb32715fa8f5d3dc8172605795 /fs/Kconfig | |
parent | 300c215acd2462223a6595d3562dad67d0e10afd (diff) | |
parent | 8ba10ab128e88bfbe58f7164543827ef3c3a2c88 (diff) |
Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6
* git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6:
[CIFS] CIFS_DEBUG2 depends on CIFS
Diffstat (limited to 'fs/Kconfig')
-rw-r--r-- | fs/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/Kconfig b/fs/Kconfig index 53f5c6d61121..3f00a9faabcb 100644 --- a/fs/Kconfig +++ b/fs/Kconfig | |||
@@ -1801,6 +1801,7 @@ config CIFS_POSIX | |||
1801 | 1801 | ||
1802 | config CIFS_DEBUG2 | 1802 | config CIFS_DEBUG2 |
1803 | bool "Enable additional CIFS debugging routines" | 1803 | bool "Enable additional CIFS debugging routines" |
1804 | depends on CIFS | ||
1804 | help | 1805 | help |
1805 | Enabling this option adds a few more debugging routines | 1806 | Enabling this option adds a few more debugging routines |
1806 | to the cifs code which slightly increases the size of | 1807 | to the cifs code which slightly increases the size of |