Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso...
[linux-block.git] / fs / ecryptfs / Kconfig
CommitLineData
295c896c
AD
1config ECRYPT_FS
2 tristate "eCrypt filesystem layer support (EXPERIMENTAL)"
4b6fee17 3 depends on EXPERIMENTAL && KEYS && CRYPTO && (ENCRYPTED_KEYS || ENCRYPTED_KEYS=n)
38268498
DH
4 select CRYPTO_ECB
5 select CRYPTO_CBC
ed1f2185 6 select CRYPTO_MD5
295c896c
AD
7 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.