diff options
author | Felix Fietkau <nbd@openwrt.org> | 2011-04-16 18:31:05 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2011-04-16 18:31:05 +0000 |
commit | 3fa43f54a267f45e42be641945573450a0a419b8 (patch) | |
tree | afa65eace467c96d7b49262ac89892f8d8f977b6 /target/linux/generic/patches-2.6.39/252-mv_cesa_depends.patch | |
parent | 71d8c66250eef1806d680a27d175c61dd9971a5e (diff) | |
download | mtk-20170518-3fa43f54a267f45e42be641945573450a0a419b8.zip mtk-20170518-3fa43f54a267f45e42be641945573450a0a419b8.tar.gz mtk-20170518-3fa43f54a267f45e42be641945573450a0a419b8.tar.bz2 |
kernel: reorganize 2.6.39 patches
SVN-Revision: 26691
Diffstat (limited to 'target/linux/generic/patches-2.6.39/252-mv_cesa_depends.patch')
-rw-r--r-- | target/linux/generic/patches-2.6.39/252-mv_cesa_depends.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/target/linux/generic/patches-2.6.39/252-mv_cesa_depends.patch b/target/linux/generic/patches-2.6.39/252-mv_cesa_depends.patch new file mode 100644 index 0000000..1fd2f63 --- /dev/null +++ b/target/linux/generic/patches-2.6.39/252-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 |