[PATCH -mmotm] ecryptfs: depends on CRYPTO

From: Randy Dunlap
Date: Mon Sep 28 2009 - 16:35:29 EST


From: Randy Dunlap <randy.dunlap@xxxxxxxxxx>

ecryptfs uses crypto APIs so it should depend on CRYPTO.
Otherwise many build errors occur. [63 lines not pasted]

Signed-off-by: Randy Dunlap <randy.dunlap@xxxxxxxxxx>
---
fs/ecryptfs/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

--- mmotm-2009-0925-1435.orig/fs/ecryptfs/Kconfig
+++ mmotm-2009-0925-1435/fs/ecryptfs/Kconfig
@@ -1,6 +1,6 @@
config ECRYPT_FS
tristate "eCrypt filesystem layer support (EXPERIMENTAL)"
- depends on EXPERIMENTAL && KEYS && NET
+ depends on EXPERIMENTAL && KEYS && NET && CRYPTO
select CRYPTO_ECB
select CRYPTO_CBC
help
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/