diff options
author | Andrew Morton <akpm@osdl.org> | 2006-10-12 15:07:55 +0000 |
---|---|---|
committer | Steve French <sfrench@us.ibm.com> | 2006-10-12 15:07:55 +0000 |
commit | 230a03950ecd63bc613c6adeffbe9049189d9f05 (patch) | |
tree | aeea3e2237576efea3adf8cd99827baf046efa8a /fs | |
parent | acf1a1b1043327b2179ea529730358e58c7c277e (diff) | |
download | kernel_samsung_espresso10-230a03950ecd63bc613c6adeffbe9049189d9f05.zip kernel_samsung_espresso10-230a03950ecd63bc613c6adeffbe9049189d9f05.tar.gz kernel_samsung_espresso10-230a03950ecd63bc613c6adeffbe9049189d9f05.tar.bz2 |
[CIFS] cifs Kconfig: don't select CONNECTOR
`select' is a bit obnoxious: the option keeps on coming back
and it's hard to work out what to do to make it go away again.
The use of `depends on' is preferred (although it has
usability problems too..)
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Steve French <sfrench@us.ibm.com>
Diffstat (limited to 'fs')
-rw-r--r-- | fs/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1827,7 +1827,7 @@ config CIFS_EXPERIMENTAL config CIFS_UPCALL bool "Kerberos/SPNEGO advanced session setup (EXPERIMENTAL)" depends on CIFS_EXPERIMENTAL - select CONNECTOR + depends on CONNECTOR help Enables an upcall mechanism for CIFS which will be used to contact userspace helper utilities to provide SPNEGO packaged Kerberos |