aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/crypto/Kconfig
diff options
context:
space:
mode:
authorChristian Hohnstaedt <chohnstaedt@innominate.com>2008-06-25 02:38:47 -0400
committerHerbert Xu <herbert@gondor.apana.org.au>2008-07-10 08:35:16 -0400
commit81bef0150074d677d8cbd4e971a8ce6c9746a1fc (patch)
tree57e263d8f89b8c6eb7532efd5e3f438044393675 /drivers/crypto/Kconfig
parent9c4a79653b35efc9d6790c295e22f79f4b361125 (diff)
crypto: ixp4xx - Hardware crypto support for IXP4xx CPUs
Add support for the hardware crypto engine provided by the NPE C of the Intel IXP4xx networking processor series. Supported ciphers: des, des3, aes and a combination of them with md5 and sha1 hmac Signed-off-by: Christian Hohnstaedt <chohnstaedt@innominate.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'drivers/crypto/Kconfig')
-rw-r--r--drivers/crypto/Kconfig9
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/crypto/Kconfig b/drivers/crypto/Kconfig
index 249c1358058e..eb2ec2e0a145 100644
--- a/drivers/crypto/Kconfig
+++ b/drivers/crypto/Kconfig
@@ -190,4 +190,13 @@ config CRYPTO_DEV_TALITOS
190 To compile this driver as a module, choose M here: the module 190 To compile this driver as a module, choose M here: the module
191 will be called talitos. 191 will be called talitos.
192 192
193config CRYPTO_DEV_IXP4XX
194 tristate "Driver for IXP4xx crypto hardware acceleration"
195 depends on ARCH_IXP4XX
196 select CRYPTO_DES
197 select CRYPTO_ALGAPI
198 select CRYPTO_BLKCIPHER
199 help
200 Driver for the IXP4xx NPE crypto engine.
201
193endif # CRYPTO_HW 202endif # CRYPTO_HW