Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 75887
b: refs/heads/master
c: f7d0561
h: refs/heads/master
i:
  75885: 8fb1284
  75883: 3205449
  75879: c8cf23a
  75871: d78c6aa
v: v3
  • Loading branch information
Evgeniy Polyakov authored and Herbert Xu committed Jan 10, 2008
1 parent 7745fe1 commit 27ac0ec
Show file tree
Hide file tree
Showing 4 changed files with 2,631 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: 23e353c8a681cc30d42fbd4f2c2be85c44fe209b
refs/heads/master: f7d0561ea1dadec5462846520b1f4fb304294fd5
10 changes: 10 additions & 0 deletions trunk/drivers/crypto/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -83,4 +83,14 @@ config ZCRYPT_MONOLITHIC
that contains all parts of the crypto device driver (ap bus,
request router and all the card drivers).

config CRYPTO_DEV_HIFN_795X
tristate "Driver HIFN 795x crypto accelerator chips"
select CRYPTO_ALGAPI
select CRYPTO_ABLKCIPHER
select CRYPTO_BLKCIPHER
help
This option allows you to have support for HIFN 795x crypto adapters.



endif # CRYPTO_HW
1 change: 1 addition & 0 deletions trunk/drivers/crypto/Makefile
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
obj-$(CONFIG_CRYPTO_DEV_PADLOCK_AES) += padlock-aes.o
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
Loading

0 comments on commit 27ac0ec

Please sign in to comment.