diff options
Diffstat (limited to 'drivers/crypto/Kconfig')
-rw-r--r-- | drivers/crypto/Kconfig | 18 |
1 files changed, 15 insertions, 3 deletions
diff --git a/drivers/crypto/Kconfig b/drivers/crypto/Kconfig index 87ec4d027c25..dffb85525368 100644 --- a/drivers/crypto/Kconfig +++ b/drivers/crypto/Kconfig | |||
@@ -276,6 +276,16 @@ config CRYPTO_DEV_PICOXCELL | |||
276 | 276 | ||
277 | Saying m here will build a module named pipcoxcell_crypto. | 277 | Saying m here will build a module named pipcoxcell_crypto. |
278 | 278 | ||
279 | config CRYPTO_DEV_SAHARA | ||
280 | tristate "Support for SAHARA crypto accelerator" | ||
281 | depends on ARCH_MXC && EXPERIMENTAL && OF | ||
282 | select CRYPTO_BLKCIPHER | ||
283 | select CRYPTO_AES | ||
284 | select CRYPTO_ECB | ||
285 | help | ||
286 | This option enables support for the SAHARA HW crypto accelerator | ||
287 | found in some Freescale i.MX chips. | ||
288 | |||
279 | config CRYPTO_DEV_S5P | 289 | config CRYPTO_DEV_S5P |
280 | tristate "Support for Samsung S5PV210 crypto accelerator" | 290 | tristate "Support for Samsung S5PV210 crypto accelerator" |
281 | depends on ARCH_S5PV210 | 291 | depends on ARCH_S5PV210 |
@@ -361,15 +371,17 @@ config CRYPTO_DEV_ATMEL_TDES | |||
361 | will be called atmel-tdes. | 371 | will be called atmel-tdes. |
362 | 372 | ||
363 | config CRYPTO_DEV_ATMEL_SHA | 373 | config CRYPTO_DEV_ATMEL_SHA |
364 | tristate "Support for Atmel SHA1/SHA256 hw accelerator" | 374 | tristate "Support for Atmel SHA hw accelerator" |
365 | depends on ARCH_AT91 | 375 | depends on ARCH_AT91 |
366 | select CRYPTO_SHA1 | 376 | select CRYPTO_SHA1 |
367 | select CRYPTO_SHA256 | 377 | select CRYPTO_SHA256 |
378 | select CRYPTO_SHA512 | ||
368 | select CRYPTO_ALGAPI | 379 | select CRYPTO_ALGAPI |
369 | help | 380 | help |
370 | Some Atmel processors have SHA1/SHA256 hw accelerator. | 381 | Some Atmel processors have SHA1/SHA224/SHA256/SHA384/SHA512 |
382 | hw accelerator. | ||
371 | Select this if you want to use the Atmel module for | 383 | Select this if you want to use the Atmel module for |
372 | SHA1/SHA256 algorithms. | 384 | SHA1/SHA224/SHA256/SHA384/SHA512 algorithms. |
373 | 385 | ||
374 | To compile this driver as a module, choose M here: the module | 386 | To compile this driver as a module, choose M here: the module |
375 | will be called atmel-sha. | 387 | will be called atmel-sha. |