From: Michael Halcrow Add net build dependency to eCryptfs Kconfig entry. Signed-off-by: Michael Halcrow Signed-off-by: Andrew Morton --- fs/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN fs/Kconfig~ecryptfs-public-key-transport-mechanism-fix fs/Kconfig --- a/fs/Kconfig~ecryptfs-public-key-transport-mechanism-fix +++ a/fs/Kconfig @@ -1095,7 +1095,7 @@ config AFFS_FS config ECRYPT_FS tristate "eCrypt filesystem layer support (EXPERIMENTAL)" - depends on EXPERIMENTAL && KEYS && CRYPTO + depends on EXPERIMENTAL && KEYS && CRYPTO && NET help Encrypted filesystem that operates on the VFS layer. See to learn more about _