kernel: add a missing dependency for the mv_cesa crypto driver

SVN-Revision: 26406
master
Felix Fietkau 14 years ago
parent 21ff098352
commit 730a3afab7
  1. 10
      target/linux/generic/patches-2.6.37/972-mv_cesa_depends.patch
  2. 10
      target/linux/generic/patches-2.6.38/972-mv_cesa_depends.patch

@ -0,0 +1,10 @@
--- a/drivers/crypto/Kconfig
+++ b/drivers/crypto/Kconfig
@@ -162,6 +162,7 @@ config CRYPTO_DEV_MV_CESA
depends on PLAT_ORION
select CRYPTO_ALGAPI
select CRYPTO_AES
+ select CRYPTO_HASH2
select CRYPTO_BLKCIPHER2
help
This driver allows you to utilize the Cryptographic Engines and

@ -0,0 +1,10 @@
--- a/drivers/crypto/Kconfig
+++ b/drivers/crypto/Kconfig
@@ -162,6 +162,7 @@ config CRYPTO_DEV_MV_CESA
depends on PLAT_ORION
select CRYPTO_ALGAPI
select CRYPTO_AES
+ select CRYPTO_HASH2
select CRYPTO_BLKCIPHER2
help
This driver allows you to utilize the Cryptographic Engines and
Loading…
Cancel
Save