From 6b183fe5647b2f6cb3f5251d7c0a1c082e5fc20f Mon Sep 17 00:00:00 2001
From: Felix Fietkau <nbd@openwrt.org>
Date: Sat, 2 Apr 2011 12:50:50 +0000
Subject: [PATCH] kernel: the cryptosoft module of ocf needs cryptoapi manager
 support (for blkcipher, hash)

SVN-Revision: 26402
---
 target/linux/generic/files/crypto/ocf/Kconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/target/linux/generic/files/crypto/ocf/Kconfig b/target/linux/generic/files/crypto/ocf/Kconfig
index b9c24fff4b..e477f06562 100644
--- a/target/linux/generic/files/crypto/ocf/Kconfig
+++ b/target/linux/generic/files/crypto/ocf/Kconfig
@@ -26,6 +26,7 @@ config OCF_CRYPTODEV
 
 config OCF_CRYPTOSOFT
 	tristate "cryptosoft (software crypto engine)"
+	select CRYPTO_MANAGER
 	depends on OCF_OCF
 	help
 	  A software driver for the OCF framework that uses
-- 
GitLab