aboutsummaryrefslogtreecommitdiffstats
path: root/fs/Kconfig
diff options
context:
space:
mode:
authorAndrew Morton <akpm@osdl.org>2006-10-12 11:07:55 -0400
committerSteve French <sfrench@us.ibm.com>2006-10-12 11:07:55 -0400
commit230a03950ecd63bc613c6adeffbe9049189d9f05 (patch)
treeaeea3e2237576efea3adf8cd99827baf046efa8a /fs/Kconfig
parentacf1a1b1043327b2179ea529730358e58c7c277e (diff)
[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/Kconfig')
-rw-r--r--fs/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/Kconfig b/fs/Kconfig
index 530581628311..6865a33544d5 100644
--- a/fs/Kconfig
+++ b/fs/Kconfig
@@ -1827,7 +1827,7 @@ config CIFS_EXPERIMENTAL
1827config CIFS_UPCALL 1827config CIFS_UPCALL
1828 bool "Kerberos/SPNEGO advanced session setup (EXPERIMENTAL)" 1828 bool "Kerberos/SPNEGO advanced session setup (EXPERIMENTAL)"
1829 depends on CIFS_EXPERIMENTAL 1829 depends on CIFS_EXPERIMENTAL
1830 select CONNECTOR 1830 depends on CONNECTOR
1831 help 1831 help
1832 Enables an upcall mechanism for CIFS which will be used to contact 1832 Enables an upcall mechanism for CIFS which will be used to contact
1833 userspace helper utilities to provide SPNEGO packaged Kerberos 1833 userspace helper utilities to provide SPNEGO packaged Kerberos