Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 80481235 authored by Eric Biggers's avatar Eric Biggers Committed by Theodore Ts'o
Browse files

fscrypto: remove unneeded Kconfig dependencies



SHA256 and ENCRYPTED_KEYS are not needed.  CTR shouldn't be needed
either, but I left it for now because it was intentionally added by
commit 71dea01e ("ext4 crypto: require CONFIG_CRYPTO_CTR if ext4
encryption is enabled").  So it sounds like there may be a dependency
problem elsewhere, which I have not been able to identify specifically,
that must be solved before CTR can be removed.

Signed-off-by: default avatarEric Biggers <ebiggers@google.com>
Signed-off-by: default avatarTheodore Ts'o <tytso@mit.edu>
parent c1b22129
Loading
Loading
Loading
Loading
+0 −2
Original line number Original line Diff line number Diff line
@@ -8,9 +8,7 @@ config FS_ENCRYPTION
	select CRYPTO_XTS
	select CRYPTO_XTS
	select CRYPTO_CTS
	select CRYPTO_CTS
	select CRYPTO_CTR
	select CRYPTO_CTR
	select CRYPTO_SHA256
	select KEYS
	select KEYS
	select ENCRYPTED_KEYS
	help
	help
	  Enable encryption of files and directories.  This
	  Enable encryption of files and directories.  This
	  feature is similar to ecryptfs, but it is more memory
	  feature is similar to ecryptfs, but it is more memory