blob: e15ef38c24fa4b91ee0dfe5e62eece16200807b4 [file] [log] [blame]
Alexey Dobriyan295c8962009-01-22 10:50:50 +03001config ECRYPT_FS
Kees Cook336d6d02012-10-02 11:19:20 -07002 tristate "eCrypt filesystem layer support"
3 depends on KEYS && CRYPTO && (ENCRYPTED_KEYS || ENCRYPTED_KEYS=n)
Dave Hansen38268492009-08-27 09:47:07 -07004 select CRYPTO_ECB
5 select CRYPTO_CBC
Tyler Hicksed1f2182009-09-29 02:33:59 -05006 select CRYPTO_MD5
Alexey Dobriyan295c8962009-01-22 10:50:50 +03007 help
8 Encrypted filesystem that operates on the VFS layer. See
9 <file:Documentation/filesystems/ecryptfs.txt> to learn more about
10 eCryptfs. Userspace components are required and can be
11 obtained from <http://ecryptfs.sf.net>.
12
13 To compile this file system support as a module, choose M here: the
14 module will be called ecryptfs.