blob: 02b7d91c923109309be54d9b4bbc6c925863adcf [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
Daniel Walterb7e7cf72017-06-19 09:27:58 +020010 select CRYPTO_SHA256
Jaegeuk Kim0b81d072015-05-15 16:26:10 -070011 select KEYS
Jaegeuk Kim0b81d072015-05-15 16:26:10 -070012 help
13 Enable encryption of files and directories. This
14 feature is similar to ecryptfs, but it is more memory
15 efficient since it avoids caching the encrypted and
16 decrypted pages in the page cache.