diff options
author | Steve French <sfrench@us.ibm.com> | 2006-07-07 22:17:40 -0400 |
---|---|---|
committer | Steve French <sfrench@us.ibm.com> | 2006-07-07 22:17:40 -0400 |
commit | 8ba10ab128e88bfbe58f7164543827ef3c3a2c88 (patch) | |
tree | ffb83e3b72ba094a59abdbd138d6ba52c158e767 /fs/Kconfig | |
parent | f17a2686b11453680e9662ef8bdc8d948d0dce18 (diff) |
[CIFS] CIFS_DEBUG2 depends on CIFS
Signed-off-by: Steve French <sfrench@us.ibm.com>
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 00aa3d5c5a83..7db05742a92d 100644 --- a/fs/Kconfig +++ b/fs/Kconfig | |||
@@ -1791,6 +1791,7 @@ config CIFS_POSIX | |||
1791 | 1791 | ||
1792 | config CIFS_DEBUG2 | 1792 | config CIFS_DEBUG2 |
1793 | bool "Enable additional CIFS debugging routines" | 1793 | bool "Enable additional CIFS debugging routines" |
1794 | depends on CIFS | ||
1794 | help | 1795 | help |
1795 | Enabling this option adds a few more debugging routines | 1796 | Enabling this option adds a few more debugging routines |
1796 | to the cifs code which slightly increases the size of | 1797 | to the cifs code which slightly increases the size of |