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

Commit 4b6fee17 authored by Roberto Sassu's avatar Roberto Sassu Committed by Tyler Hicks
Browse files

eCryptfs: fix compile error

This patch fixes the compile error reported at the address:

https://bugzilla.kernel.org/show_bug.cgi?id=40292



The problem arises when compiling eCryptfs as built-in and the 'encrypted'
key type as a module. The patch prevents this combination from being set in
the kernel configuration, by fixing the eCryptfs dependencies.

Signed-off-by: default avatarRoberto Sassu <roberto.sassu@polito.it>
Reported-by: default avatarDavid Hill <hilld@binarystorm.net>
Signed-off-by: default avatarTyler Hicks <tyhicks@linux.vnet.ibm.com>
parent f61500e0
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
config ECRYPT_FS
config ECRYPT_FS
	tristate "eCrypt filesystem layer support (EXPERIMENTAL)"
	tristate "eCrypt filesystem layer support (EXPERIMENTAL)"
	depends on EXPERIMENTAL && KEYS && CRYPTO
	depends on EXPERIMENTAL && KEYS && CRYPTO && (ENCRYPTED_KEYS || ENCRYPTED_KEYS=n)
	select CRYPTO_ECB
	select CRYPTO_ECB
	select CRYPTO_CBC
	select CRYPTO_CBC
	select CRYPTO_MD5
	select CRYPTO_MD5