Alexey Dobriyan | 295c896 | 2009-01-22 10:50:50 +0300 | [diff] [blame] | 1 | config ECRYPT_FS |
| 2 | tristate "eCrypt filesystem layer support (EXPERIMENTAL)" |
Roberto Sassu | 4b6fee1 | 2011-08-01 13:33:38 +0200 | [diff] [blame] | 3 | depends on EXPERIMENTAL && KEYS && CRYPTO && (ENCRYPTED_KEYS || ENCRYPTED_KEYS=n) |
Dave Hansen | 3826849 | 2009-08-27 09:47:07 -0700 | [diff] [blame] | 4 | select CRYPTO_ECB |
| 5 | select CRYPTO_CBC |
Tyler Hicks | ed1f218 | 2009-09-29 02:33:59 -0500 | [diff] [blame] | 6 | select CRYPTO_MD5 |
Alexey Dobriyan | 295c896 | 2009-01-22 10:50:50 +0300 | [diff] [blame] | 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. |