diff options
author | Felix Fietkau <nbd@openwrt.org> | 2011-04-02 12:50:50 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2011-04-02 12:50:50 +0000 |
commit | 6b183fe5647b2f6cb3f5251d7c0a1c082e5fc20f (patch) | |
tree | 35b62acc3fd47971f962f506a1fbaac5a7621513 /target/linux/generic/files | |
parent | 624526ae1196f8d76e7012ee3b3ec0f6cace5041 (diff) | |
download | upstream-6b183fe5647b2f6cb3f5251d7c0a1c082e5fc20f.tar.gz upstream-6b183fe5647b2f6cb3f5251d7c0a1c082e5fc20f.tar.bz2 upstream-6b183fe5647b2f6cb3f5251d7c0a1c082e5fc20f.zip |
kernel: the cryptosoft module of ocf needs cryptoapi manager support (for blkcipher, hash)
SVN-Revision: 26402
Diffstat (limited to 'target/linux/generic/files')
-rw-r--r-- | target/linux/generic/files/crypto/ocf/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
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 |