]> Pileus Git - ~andy/linux/blob - fs/ecryptfs/Kconfig
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
[~andy/linux] / fs / ecryptfs / Kconfig
1 config ECRYPT_FS
2         tristate "eCrypt filesystem layer support (EXPERIMENTAL)"
3         depends on EXPERIMENTAL && KEYS && NET
4         select CRYPTO_ECB
5         select CRYPTO_CBC
6         help
7           Encrypted filesystem that operates on the VFS layer.  See
8           <file:Documentation/filesystems/ecryptfs.txt> to learn more about
9           eCryptfs.  Userspace components are required and can be
10           obtained from <http://ecryptfs.sf.net>.
11
12           To compile this file system support as a module, choose M here: the
13           module will be called ecryptfs.