Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 43153
b: refs/heads/master
c: 9fe757b
h: refs/heads/master
i:
  43151: 5c107d2
v: v3
  • Loading branch information
Jordan Crouse authored and David S. Miller committed Dec 7, 2006
1 parent 1aaae00 commit 71350fa
Show file tree
Hide file tree
Showing 5 changed files with 531 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: 94b9bb5480e73cec4552b19fc3f809742b4ebf67
refs/heads/master: 9fe757b0cfcee0724027a675c533077287a21b96
13 changes: 13 additions & 0 deletions trunk/drivers/crypto/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,17 @@ config CRYPTO_DEV_PADLOCK_SHA
If unsure say M. The compiled module will be
called padlock-sha.ko

config CRYPTO_DEV_GEODE
tristate "Support for the Geode LX AES engine"
depends on CRYPTO && X86_32
select CRYPTO_ALGAPI
select CRYPTO_BLKCIPHER
default m
help
Say 'Y' here to use the AMD Geode LX processor on-board AES
engine for the CryptoAPI AES alogrithm.

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

endmenu
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) += padlock.o
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
Loading

0 comments on commit 71350fa

Please sign in to comment.