Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 99289
b: refs/heads/master
c: 81bef01
h: refs/heads/master
i:
  99287: 31d7e6b
v: v3
  • Loading branch information
Christian Hohnstaedt authored and Herbert Xu committed Jul 10, 2008
1 parent 4da6e96 commit 96699bc
Show file tree
Hide file tree
Showing 4 changed files with 1,517 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: 9c4a79653b35efc9d6790c295e22f79f4b361125
refs/heads/master: 81bef0150074d677d8cbd4e971a8ce6c9746a1fc
9 changes: 9 additions & 0 deletions trunk/drivers/crypto/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -190,4 +190,13 @@ config CRYPTO_DEV_TALITOS
To compile this driver as a module, choose M here: the module
will be called talitos.

config CRYPTO_DEV_IXP4XX
tristate "Driver for IXP4xx crypto hardware acceleration"
depends on ARCH_IXP4XX
select CRYPTO_DES
select CRYPTO_ALGAPI
select CRYPTO_BLKCIPHER
help
Driver for the IXP4xx NPE crypto engine.

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 @@ -3,3 +3,4 @@ obj-$(CONFIG_CRYPTO_DEV_PADLOCK_SHA) += padlock-sha.o
obj-$(CONFIG_CRYPTO_DEV_GEODE) += geode-aes.o
obj-$(CONFIG_CRYPTO_DEV_HIFN_795X) += hifn_795x.o
obj-$(CONFIG_CRYPTO_DEV_TALITOS) += talitos.o
obj-$(CONFIG_CRYPTO_DEV_IXP4XX) += ixp4xx_crypto.o
Loading

0 comments on commit 96699bc

Please sign in to comment.