aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/crypto/Kconfig
diff options
context:
space:
mode:
authorJavier Martin <javier.martin@vista-silicon.com>2013-03-01 06:37:53 -0500
committerHerbert Xu <herbert@gondor.apana.org.au>2013-03-21 05:44:41 -0400
commit5de8875281e1db024d67cbd5c792264194bfca2a (patch)
treefd724bffecfd4fb373176f8a7b2409f8880c6f8c /drivers/crypto/Kconfig
parent6375bcf7867fb18241fda47bfaeec85b925221f3 (diff)
crypto: sahara - Add driver for SAHARA2 accelerator.
SAHARA2 HW module is included in the i.MX27 SoC from Freescale. It is capable of performing cipher algorithms such as AES, 3DES..., hashing and RNG too. This driver provides support for AES-CBC and AES-ECB by now. Reviewed-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Javier Martin <javier.martin@vista-silicon.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'drivers/crypto/Kconfig')
-rw-r--r--drivers/crypto/Kconfig10
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/crypto/Kconfig b/drivers/crypto/Kconfig
index e66fb0a332d4..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
279config 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
279config CRYPTO_DEV_S5P 289config 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