diff options
author | Michal Ludvig <michal@logix.cz> | 2006-07-11 22:29:38 -0400 |
---|---|---|
committer | Herbert Xu <herbert@gondor.apana.org.au> | 2006-09-20 21:40:59 -0400 |
commit | 6c833275152b454d311f0e70b5e6bf028b4a2aaf (patch) | |
tree | a08d9d1057730c1c5dde31de1db0bd81810ee8d2 /drivers/crypto/Kconfig | |
parent | ccc17c34d676f116bd09dd36a3b01627bc6a2f8a (diff) |
[CRYPTO] padlock: Driver for SHA1 / SHA256 algorithms
Support for SHA1 / SHA256 algorithms in VIA C7 processors.
Signed-off-by: Michal Ludvig <michal@logix.cz>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'drivers/crypto/Kconfig')
-rw-r--r-- | drivers/crypto/Kconfig | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/drivers/crypto/Kconfig b/drivers/crypto/Kconfig index d260c86218fa..910c715325be 100644 --- a/drivers/crypto/Kconfig +++ b/drivers/crypto/Kconfig | |||
@@ -27,4 +27,18 @@ config CRYPTO_DEV_PADLOCK_AES | |||
27 | If unsure say M. The compiled module will be | 27 | If unsure say M. The compiled module will be |
28 | called padlock-aes.ko | 28 | called padlock-aes.ko |
29 | 29 | ||
30 | config CRYPTO_DEV_PADLOCK_SHA | ||
31 | tristate "PadLock driver for SHA1 and SHA256 algorithms" | ||
32 | depends on CRYPTO_DEV_PADLOCK | ||
33 | select CRYPTO_SHA1 | ||
34 | select CRYPTO_SHA256 | ||
35 | default m | ||
36 | help | ||
37 | Use VIA PadLock for SHA1/SHA256 algorithms. | ||
38 | |||
39 | Available in VIA C7 and newer processors. | ||
40 | |||
41 | If unsure say M. The compiled module will be | ||
42 | called padlock-sha.ko | ||
43 | |||
30 | endmenu | 44 | endmenu |