[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <1713694.HL69UGM8yf@flatron>
Date: Wed, 08 Jan 2014 01:30:01 +0100
From: Tomasz Figa <tomasz.figa@...il.com>
To: Naveen Krishna Ch <ch.naveen@...sung.com>
Cc: linux-crypto@...r.kernel.org, linux-samsung-soc@...r.kernel.org,
linux-kernel@...r.kernel.org, vzapolskiy@...il.com,
herbert@...dor.apana.org.au, naveenkrishna.ch@...il.com,
cpgs@...sung.com, "David S. Miller" <davem@...emloft.net>
Subject: Re: [PATCH 4/5] crypto:s5p-sss: Exynos5 SoCs too can select SSS driver
On Tuesday 07 of January 2014 17:21:48 Naveen Krishna Ch wrote:
> This patch modifies Kconfig such that ARCH_EXYNOS5 SoCs
> can also select Samsung SSS(Security SubSystem) driver.
>
> Signed-off-by: Naveen Krishna Ch <ch.naveen@...sung.com>
> CC: Herbert Xu <herbert@...dor.apana.org.au>
> CC: David S. Miller <davem@...emloft.net>
> CC: Vladimir Zapolskiy <vzapolskiy@...il.com>
> TO: <linux-crypto@...r.kernel.org>
> CC: <linux-samsung-soc@...r.kernel.org>
> ---
> drivers/crypto/Kconfig | 8 ++++----
> 1 file changed, 4 insertions(+), 4 deletions(-)
>
> diff --git a/drivers/crypto/Kconfig b/drivers/crypto/Kconfig
> index f4fd837..137dcd8 100644
> --- a/drivers/crypto/Kconfig
> +++ b/drivers/crypto/Kconfig
> @@ -300,15 +300,15 @@ config CRYPTO_DEV_DCP
> capabilities of the DCP co-processor
>
> config CRYPTO_DEV_S5P
> - tristate "Support for Samsung S5PV210 crypto accelerator"
> - depends on ARCH_S5PV210
> + tristate "Support for Samsung crypto accelerator"
> + depends on ARCH_S5PV210 || ARCH_EXYNOS5
> select CRYPTO_AES
> select CRYPTO_ALGAPI
> select CRYPTO_BLKCIPHER
> help
> This option allows you to have support for S5P crypto acceleration.
> - Select this to offload Samsung S5PV210 or S5PC110 from AES
> - algorithms execution.
> + Select this to offload Samsung S5PV210 or S5PC110, Exynos5250
> + and Exynos5420 from AES algorithms execution.
What about Exynos4 SoCs?
Best regards,
Tomasz
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists