firmware/br-ext-chip-allwinner/board/v83x/kernel/patches/00000-fs_crypto_Kconfig.patch

21 lines
611 B
Diff

diff -drupN a/fs/crypto/Kconfig b/fs/crypto/Kconfig
--- a/fs/crypto/Kconfig 2018-08-06 17:23:04.000000000 +0300
+++ b/fs/crypto/Kconfig 2022-06-12 05:28:14.000000000 +0300
@@ -1,6 +1,5 @@
config FS_ENCRYPTION
tristate "FS Encryption (Per-file encryption)"
- depends on BLOCK
select CRYPTO
select CRYPTO_AES
select CRYPTO_CBC
@@ -8,9 +7,7 @@ config FS_ENCRYPTION
select CRYPTO_XTS
select CRYPTO_CTS
select CRYPTO_CTR
- select CRYPTO_SHA256
select KEYS
- select ENCRYPTED_KEYS
help
Enable encryption of files and directories. This
feature is similar to ecryptfs, but it is more memory