blob: 08b46e6e3995872ee8c0c2029b83d21710bb677e [file] [log] [blame]
Jaegeuk Kim0b81d072015-05-15 16:26:10 -07001config FS_ENCRYPTION
2 tristate "FS Encryption (Per-file encryption)"
Jaegeuk Kim0b81d072015-05-15 16:26:10 -07003 select CRYPTO
4 select CRYPTO_AES
5 select CRYPTO_CBC
6 select CRYPTO_ECB
7 select CRYPTO_XTS
8 select CRYPTO_CTS
9 select CRYPTO_CTR
Jaegeuk Kim0b81d072015-05-15 16:26:10 -070010 select KEYS
Jaegeuk Kim0b81d072015-05-15 16:26:10 -070011 help
12 Enable encryption of files and directories. This
13 feature is similar to ecryptfs, but it is more memory
14 efficient since it avoids caching the encrypted and
15 decrypted pages in the page cache.