aboutsummaryrefslogtreecommitdiffstats
path: root/fs/Kconfig
diff options
context:
space:
mode:
authorAlexey Dobriyan <adobriyan@gmail.com>2009-01-22 03:14:15 -0500
committerAlexey Dobriyan <adobriyan@gmail.com>2009-01-22 05:16:01 -0500
commit9d7d6447ef455f4561f63bf6e8f6bef58b42a0a3 (patch)
tree58ac9705ee00846cf0669ce1a390a7551d811618 /fs/Kconfig
parent213a41d404d5ed16528df5aa0ed215adcb1e9d66 (diff)
fs/Kconfig: move the rest of ncpfs out
Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com>
Diffstat (limited to 'fs/Kconfig')
-rw-r--r--fs/Kconfig22
1 files changed, 0 insertions, 22 deletions
diff --git a/fs/Kconfig b/fs/Kconfig
index c05ccea75c3a..86a4f1173fa6 100644
--- a/fs/Kconfig
+++ b/fs/Kconfig
@@ -267,28 +267,6 @@ config NFS_COMMON
267source "net/sunrpc/Kconfig" 267source "net/sunrpc/Kconfig"
268source "fs/smbfs/Kconfig" 268source "fs/smbfs/Kconfig"
269source "fs/cifs/Kconfig" 269source "fs/cifs/Kconfig"
270
271config NCP_FS
272 tristate "NCP file system support (to mount NetWare volumes)"
273 depends on IPX!=n || INET
274 help
275 NCP (NetWare Core Protocol) is a protocol that runs over IPX and is
276 used by Novell NetWare clients to talk to file servers. It is to
277 IPX what NFS is to TCP/IP, if that helps. Saying Y here allows you
278 to mount NetWare file server volumes and to access them just like
279 any other Unix directory. For details, please read the file
280 <file:Documentation/filesystems/ncpfs.txt> in the kernel source and
281 the IPX-HOWTO from <http://www.tldp.org/docs.html#howto>.
282
283 You do not have to say Y here if you want your Linux box to act as a
284 file *server* for Novell NetWare clients.
285
286 General information about how to connect Linux, Windows machines and
287 Macs is on the WWW at <http://www.eats.com/linux_mac_win.html>.
288
289 To compile this as a module, choose M here: the module will be called
290 ncpfs. Say N unless you are connected to a Novell network.
291
292source "fs/ncpfs/Kconfig" 270source "fs/ncpfs/Kconfig"
293 271
294config CODA_FS 272config CODA_FS