Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 215532
b: refs/heads/master
c: 537559a
h: refs/heads/master
v: v3
  • Loading branch information
Dmitry Kasatkin authored and Herbert Xu committed Sep 3, 2010
1 parent f47dfd2 commit 33079bc
Show file tree
Hide file tree
Showing 4 changed files with 958 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: b744c679f62b368cb94c21c1dcd4618e42d88d63
refs/heads/master: 537559a5b3ef854772bd89fbb43aa77d0bbfb721
8 changes: 8 additions & 0 deletions trunk/drivers/crypto/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -243,4 +243,12 @@ config CRYPTO_DEV_OMAP_SHAM
OMAP processors have SHA1/MD5 hw accelerator. Select this if you
want to use the OMAP module for SHA1/MD5 algorithms.

config CRYPTO_DEV_OMAP_AES
tristate "Support for OMAP AES hw engine"
depends on ARCH_OMAP2 || ARCH_OMAP3
select CRYPTO_AES
help
OMAP processors have AES module accelerator. Select this if you
want to use the OMAP module for AES algorithms.

endif # CRYPTO_HW
1 change: 1 addition & 0 deletions trunk/drivers/crypto/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,5 @@ obj-$(CONFIG_CRYPTO_DEV_TALITOS) += talitos.o
obj-$(CONFIG_CRYPTO_DEV_IXP4XX) += ixp4xx_crypto.o
obj-$(CONFIG_CRYPTO_DEV_PPC4XX) += amcc/
obj-$(CONFIG_CRYPTO_DEV_OMAP_SHAM) += omap-sham.o
obj-$(CONFIG_CRYPTO_DEV_OMAP_AES) += omap-aes.o

Loading

0 comments on commit 33079bc

Please sign in to comment.