blob: 8aadb99b7634b76b20abe2314cf050d9b571472b [file] [log] [blame]
Alexey Dobriyan295c8962009-01-22 10:50:50 +03001config ECRYPT_FS
2 tristate "eCrypt filesystem layer support (EXPERIMENTAL)"
Dave Hansen38268492009-08-27 09:47:07 -07003 depends on EXPERIMENTAL && KEYS && NET
4 select CRYPTO_ECB
5 select CRYPTO_CBC
Alexey Dobriyan295c8962009-01-22 10:50:50 +03006 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.