diff options
author | David S. Miller <davem@davemloft.net> | 2010-05-19 00:14:04 -0400 |
---|---|---|
committer | Herbert Xu <herbert@gondor.apana.org.au> | 2010-05-19 00:14:04 -0400 |
commit | 0a625fd2abaa0aa0a6852b153d429dbc784748cc (patch) | |
tree | 5d3664ed5681b4235bd9a112589d8c9dcbeb8021 /drivers/crypto/Kconfig | |
parent | bf06099db18a1244957076e51847c644cfe46808 (diff) |
crypto: n2 - Add Niagara2 crypto driver
Current deficiencies:
1) No HMAC hash support yet.
2) Although the algs are registered as ASYNC they always run
synchronously.
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'drivers/crypto/Kconfig')
-rw-r--r-- | drivers/crypto/Kconfig | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/drivers/crypto/Kconfig b/drivers/crypto/Kconfig index 9073aa05123e..fbf94cf496f0 100644 --- a/drivers/crypto/Kconfig +++ b/drivers/crypto/Kconfig | |||
@@ -170,6 +170,18 @@ config CRYPTO_DEV_MV_CESA | |||
170 | 170 | ||
171 | Currently the driver supports AES in ECB and CBC mode without DMA. | 171 | Currently the driver supports AES in ECB and CBC mode without DMA. |
172 | 172 | ||
173 | config CRYPTO_DEV_NIAGARA2 | ||
174 | tristate "Niagara2 Stream Processing Unit driver" | ||
175 | select CRYPTO_ALGAPI | ||
176 | depends on SPARC64 | ||
177 | help | ||
178 | Each core of a Niagara2 processor contains a Stream | ||
179 | Processing Unit, which itself contains several cryptographic | ||
180 | sub-units. One set provides the Modular Arithmetic Unit, | ||
181 | used for SSL offload. The other set provides the Cipher | ||
182 | Group, which can perform encryption, decryption, hashing, | ||
183 | checksumming, and raw copies. | ||
184 | |||
173 | config CRYPTO_DEV_HIFN_795X | 185 | config CRYPTO_DEV_HIFN_795X |
174 | tristate "Driver HIFN 795x crypto accelerator chips" | 186 | tristate "Driver HIFN 795x crypto accelerator chips" |
175 | select CRYPTO_DES | 187 | select CRYPTO_DES |