kernel: ocf: add missing kernel dependencies
authorJonas Gorski <jogo@openwrt.org>
Thu, 1 Aug 2013 23:04:42 +0000 (23:04 +0000)
committerJonas Gorski <jogo@openwrt.org>
Thu, 1 Aug 2013 23:04:42 +0000 (23:04 +0000)
commitc8aecf7c01ff2a45bda5b87acb84a869b1973506
treeb82ab05705ccd0dfeca160533e24f01a6fa1ad5e
parentd942b2e6a2bcdb824b658542f0df14254f81b355
kernel: ocf: add missing kernel dependencies

OCF_CRYPTOSOFT uses both symbols form crypto_hash and crypto_blkcipher,
so let it select these through kernel config.

Fixes the following build error:

ERROR: "crypto_alloc_ahash" [crypto/ocf/cryptosoft.ko] undefined!
ERROR: "crypto_ahash_digest" [crypto/ocf/cryptosoft.ko] undefined!
ERROR: "crypto_ahash_setkey" [crypto/ocf/cryptosoft.ko] undefined!
make[6]: *** [__modpost] Error 1
make[5]: *** [modules] Error 2

Reported-by: Russell Senior <russell@personaltelco.net>
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 37652
target/linux/generic/files/crypto/ocf/Kconfig