# SPDX-License-Identifier: GPL-2.0-only config [31mCONFIG_FS_ENCRYPTION[0m bool "FS Encryption (Per-file encryption)" select [31mCONFIG_CRYPTO[0m select [31mCONFIG_CRYPTO_AES[0m select [31mCONFIG_CRYPTO_CBC[0m select [31mCONFIG_CRYPTO_ECB[0m select [31mCONFIG_CRYPTO_XTS[0m select [31mCONFIG_CRYPTO_CTS[0m select [31mCONFIG_CRYPTO_SHA512[0m select [31mCONFIG_CRYPTO_HMAC[0m select [31mCONFIG_KEYS[0m help Enable encryption of files and directories. This feature is similar to ecryptfs, but it is more memory efficient since it avoids caching the encrypted and decrypted pages in the page cache. Currently Ext4, F2FS and UBIFS make use of this feature. |