diff options
author | Vladimir Zapolskiy <vzapolskiy@gmail.com> | 2011-04-08 08:40:51 -0400 |
---|---|---|
committer | Herbert Xu <herbert@gondor.apana.org.au> | 2011-04-08 08:40:51 -0400 |
commit | a49e490c7a8a5c6c9474b1936ad8048f3e4440fc (patch) | |
tree | 5d55ab67cf6f412a4b060133c980fff887f3304b /drivers/crypto/Kconfig | |
parent | b3b7f0550f84e06ae60df0a13c2992792fbd1af9 (diff) |
crypto: s5p-sss - add S5PV210 advanced crypto engine support
This change adds support for AES encrypting and decrypting using
advanced crypto engine found on Samsung S5PV210 and S5PC110 SoCs.
Signed-off-by: Vladimir Zapolskiy <vzapolskiy@gmail.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'drivers/crypto/Kconfig')
-rw-r--r-- | drivers/crypto/Kconfig | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/drivers/crypto/Kconfig b/drivers/crypto/Kconfig index a27224aa883e..7957acbf76a2 100644 --- a/drivers/crypto/Kconfig +++ b/drivers/crypto/Kconfig | |||
@@ -271,4 +271,15 @@ config CRYPTO_DEV_PICOXCELL | |||
271 | 271 | ||
272 | Saying m here will build a module named pipcoxcell_crypto. | 272 | Saying m here will build a module named pipcoxcell_crypto. |
273 | 273 | ||
274 | config CRYPTO_DEV_S5P | ||
275 | tristate "Support for Samsung S5PV210 crypto accelerator" | ||
276 | depends on ARCH_S5PV210 | ||
277 | select CRYPTO_AES | ||
278 | select CRYPTO_ALGAPI | ||
279 | select CRYPTO_BLKCIPHER | ||
280 | help | ||
281 | This option allows you to have support for S5P crypto acceleration. | ||
282 | Select this to offload Samsung S5PV210 or S5PC110 from AES | ||
283 | algorithms execution. | ||
284 | |||
274 | endif # CRYPTO_HW | 285 | endif # CRYPTO_HW |