0001 # SPDX-License-Identifier: GPL-2.0-only
0002 config CODA_FS
0003 tristate "Coda file system support (advanced network fs)"
0004 depends on INET
0005 help
0006 Coda is an advanced network file system, similar to NFS in that it
0007 enables you to mount file systems of a remote server and access them
0008 with regular Unix commands as if they were sitting on your hard
0009 disk. Coda has several advantages over NFS: support for
0010 disconnected operation (e.g. for laptops), read/write server
0011 replication, security model for authentication and encryption,
0012 persistent client caches and write back caching.
0013
0014 If you say Y here, your Linux box will be able to act as a Coda
0015 *client*. You will need user level code as well, both for the
0016 client and server. Servers are currently user level, i.e. they need
0017 no kernel support. Please read
0018 <file:Documentation/filesystems/coda.rst> and check out the Coda
0019 home page <http://www.coda.cs.cmu.edu/>.
0020
0021 To compile the coda client support as a module, choose M here: the
0022 module will be called coda.