Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 99288
b: refs/heads/master
c: 9c4a796
h: refs/heads/master
v: v3
  • Loading branch information
Kim Phillips authored and Herbert Xu committed Jul 10, 2008
1 parent 31d7e6b commit 4da6e96
Show file tree
Hide file tree
Showing 5 changed files with 1,685 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: d729de23e86bbbb28adf6c3ded3651ea4ad8c539
refs/heads/master: 9c4a79653b35efc9d6790c295e22f79f4b361125
16 changes: 16 additions & 0 deletions trunk/drivers/crypto/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -174,4 +174,20 @@ config CRYPTO_DEV_HIFN_795X_RNG
Select this option if you want to enable the random number generator
on the HIFN 795x crypto adapters.

config CRYPTO_DEV_TALITOS
tristate "Talitos Freescale Security Engine (SEC)"
select CRYPTO_ALGAPI
select CRYPTO_AUTHENC
select HW_RANDOM
depends on FSL_SOC
help
Say 'Y' here to use the Freescale Security Engine (SEC)
to offload cryptographic algorithm computation.

The Freescale SEC is present on PowerQUICC 'E' processors, such
as the MPC8349E and MPC8548E.

To compile this driver as a module, choose M here: the module
will be called talitos.

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 @@ -2,3 +2,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
obj-$(CONFIG_CRYPTO_DEV_TALITOS) += talitos.o
Loading

0 comments on commit 4da6e96

Please sign in to comment.