diff options
author | Naveen Krishna Chatradhi <ch.naveen@samsung.com> | 2014-05-08 09:58:14 -0400 |
---|---|---|
committer | Herbert Xu <herbert@gondor.apana.org.au> | 2014-05-08 09:58:14 -0400 |
commit | e922e96f2f1a4b5e722d582db9b0d129060a061a (patch) | |
tree | 264294d7663ce8f02bfa524e4db4466b5c34e16f /drivers/crypto/Kconfig | |
parent | 892451071de77a088a6227e36d3a2732d51c5b84 (diff) |
crypto: s5p-sss - Let Exynos SoCs select SSS driver
This patch modifies Kconfig such that ARCH_EXYNOS SoCs
which includes (Exynos4210, Exynos5250 and Exynos5420)
can also select Samsung SSS(Security SubSystem) driver.
Signed-off-by: Naveen Krishna Chatradhi <ch.naveen@samsung.com>
Reviewed-by: Tomasz Figa <t.figa@samsung.com>
CC: David S. Miller <davem@davemloft.net>
CC: <linux-samsung-soc@vger.kernel.org>
Acked-by: Vladimir Zapolskiy <vz@mleia.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'drivers/crypto/Kconfig')
-rw-r--r-- | drivers/crypto/Kconfig | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/crypto/Kconfig b/drivers/crypto/Kconfig index 03ccdb0ccf9e..f066fa23cc05 100644 --- a/drivers/crypto/Kconfig +++ b/drivers/crypto/Kconfig | |||
@@ -301,14 +301,14 @@ config CRYPTO_DEV_SAHARA | |||
301 | found in some Freescale i.MX chips. | 301 | found in some Freescale i.MX chips. |
302 | 302 | ||
303 | config CRYPTO_DEV_S5P | 303 | config CRYPTO_DEV_S5P |
304 | tristate "Support for Samsung S5PV210 crypto accelerator" | 304 | tristate "Support for Samsung S5PV210/Exynos crypto accelerator" |
305 | depends on ARCH_S5PV210 | 305 | depends on ARCH_S5PV210 || ARCH_EXYNOS |
306 | select CRYPTO_AES | 306 | select CRYPTO_AES |
307 | select CRYPTO_ALGAPI | 307 | select CRYPTO_ALGAPI |
308 | select CRYPTO_BLKCIPHER | 308 | select CRYPTO_BLKCIPHER |
309 | help | 309 | help |
310 | This option allows you to have support for S5P crypto acceleration. | 310 | This option allows you to have support for S5P crypto acceleration. |
311 | Select this to offload Samsung S5PV210 or S5PC110 from AES | 311 | Select this to offload Samsung S5PV210 or S5PC110, Exynos from AES |
312 | algorithms execution. | 312 | algorithms execution. |
313 | 313 | ||
314 | config CRYPTO_DEV_NX | 314 | config CRYPTO_DEV_NX |