diff options
Diffstat (limited to 'fs')
-rw-r--r-- | fs/Kconfig | 22 | ||||
-rw-r--r-- | fs/ncpfs/Kconfig | 21 |
2 files changed, 21 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 | |||
267 | source "net/sunrpc/Kconfig" | 267 | source "net/sunrpc/Kconfig" |
268 | source "fs/smbfs/Kconfig" | 268 | source "fs/smbfs/Kconfig" |
269 | source "fs/cifs/Kconfig" | 269 | source "fs/cifs/Kconfig" |
270 | |||
271 | config 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 | |||
292 | source "fs/ncpfs/Kconfig" | 270 | source "fs/ncpfs/Kconfig" |
293 | 271 | ||
294 | config CODA_FS | 272 | config CODA_FS |
diff --git a/fs/ncpfs/Kconfig b/fs/ncpfs/Kconfig index 142808427b25..c931cf22a1f6 100644 --- a/fs/ncpfs/Kconfig +++ b/fs/ncpfs/Kconfig | |||
@@ -1,6 +1,27 @@ | |||
1 | # | 1 | # |
2 | # NCP Filesystem configuration | 2 | # NCP Filesystem configuration |
3 | # | 3 | # |
4 | config NCP_FS | ||
5 | tristate "NCP file system support (to mount NetWare volumes)" | ||
6 | depends on IPX!=n || INET | ||
7 | help | ||
8 | NCP (NetWare Core Protocol) is a protocol that runs over IPX and is | ||
9 | used by Novell NetWare clients to talk to file servers. It is to | ||
10 | IPX what NFS is to TCP/IP, if that helps. Saying Y here allows you | ||
11 | to mount NetWare file server volumes and to access them just like | ||
12 | any other Unix directory. For details, please read the file | ||
13 | <file:Documentation/filesystems/ncpfs.txt> in the kernel source and | ||
14 | the IPX-HOWTO from <http://www.tldp.org/docs.html#howto>. | ||
15 | |||
16 | You do not have to say Y here if you want your Linux box to act as a | ||
17 | file *server* for Novell NetWare clients. | ||
18 | |||
19 | General information about how to connect Linux, Windows machines and | ||
20 | Macs is on the WWW at <http://www.eats.com/linux_mac_win.html>. | ||
21 | |||
22 | To compile this as a module, choose M here: the module will be called | ||
23 | ncpfs. Say N unless you are connected to a Novell network. | ||
24 | |||
4 | config NCPFS_PACKET_SIGNING | 25 | config NCPFS_PACKET_SIGNING |
5 | bool "Packet signatures" | 26 | bool "Packet signatures" |
6 | depends on NCP_FS | 27 | depends on NCP_FS |