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>
This commit is contained in:
parent
892451071d
commit
e922e96f2f
|
@ -301,14 +301,14 @@ config CRYPTO_DEV_SAHARA
|
||||||
found in some Freescale i.MX chips.
|
found in some Freescale i.MX chips.
|
||||||
|
|
||||||
config CRYPTO_DEV_S5P
|
config CRYPTO_DEV_S5P
|
||||||
tristate "Support for Samsung S5PV210 crypto accelerator"
|
tristate "Support for Samsung S5PV210/Exynos crypto accelerator"
|
||||||
depends on ARCH_S5PV210
|
depends on ARCH_S5PV210 || ARCH_EXYNOS
|
||||||
select CRYPTO_AES
|
select CRYPTO_AES
|
||||||
select CRYPTO_ALGAPI
|
select CRYPTO_ALGAPI
|
||||||
select CRYPTO_BLKCIPHER
|
select CRYPTO_BLKCIPHER
|
||||||
help
|
help
|
||||||
This option allows you to have support for S5P crypto acceleration.
|
This option allows you to have support for S5P crypto acceleration.
|
||||||
Select this to offload Samsung S5PV210 or S5PC110 from AES
|
Select this to offload Samsung S5PV210 or S5PC110, Exynos from AES
|
||||||
algorithms execution.
|
algorithms execution.
|
||||||
|
|
||||||
config CRYPTO_DEV_NX
|
config CRYPTO_DEV_NX
|
||||||
|
|
Loading…
Reference in New Issue