From: Vladimir Zapolskiy <vz@mleia.com>
To: Krzysztof Kozlowski <k.kozlowski@samsung.com>,
Herbert Xu <herbert@gondor.apana.org.au>,
"David S. Miller" <davem@davemloft.net>,
linux-crypto@vger.kernel.org, linux-kernel@vger.kernel.org,
linux-samsung-soc@vger.kernel.org
Subject: Re: [PATCH] crypto: s5p-sss - Enable COMPILE_TEST
Date: Tue, 15 Mar 2016 00:34:52 +0200 [thread overview]
Message-ID: <56E73C8C.80103@mleia.com> (raw)
In-Reply-To: <1457929218-22358-1-git-send-email-k.kozlowski@samsung.com>
On 14.03.2016 06:20, Krzysztof Kozlowski wrote:
> Get some build coverage of S5P/Exynos AES H/W acceleration driver.
> Driver uses DMA and devm_ioremap_resource() so add DMA and IOMEM
> dependencies for the compile testing.
>
> Signed-off-by: Krzysztof Kozlowski <k.kozlowski@samsung.com>
>
> ---
>
> Compile-tested on x86, x86_64, ppc64, arm, arm64 and mips.
> ---
> drivers/crypto/Kconfig | 3 ++-
> 1 file changed, 2 insertions(+), 1 deletion(-)
>
> diff --git a/drivers/crypto/Kconfig b/drivers/crypto/Kconfig
> index 477fffdb4f49..7a51ac0ac290 100644
> --- a/drivers/crypto/Kconfig
> +++ b/drivers/crypto/Kconfig
> @@ -342,7 +342,8 @@ config CRYPTO_DEV_SAHARA
>
> config CRYPTO_DEV_S5P
> tristate "Support for Samsung S5PV210/Exynos crypto accelerator"
> - depends on ARCH_S5PV210 || ARCH_EXYNOS
> + depends on ARCH_S5PV210 || ARCH_EXYNOS || COMPILE_TEST
> + depends on HAS_IOMEM && HAS_DMA
> select CRYPTO_AES
> select CRYPTO_BLKCIPHER
> help
>
Acked-by: Vladimir Zapolskiy <vz@mleia.com>
--
With best wishes,
Vladimir
prev parent reply other threads:[~2016-03-14 22:34 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-03-14 4:20 [PATCH] crypto: s5p-sss - Enable COMPILE_TEST Krzysztof Kozlowski
2016-03-14 22:34 ` Vladimir Zapolskiy [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=56E73C8C.80103@mleia.com \
--to=vz@mleia.com \
--cc=davem@davemloft.net \
--cc=herbert@gondor.apana.org.au \
--cc=k.kozlowski@samsung.com \
--cc=linux-crypto@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-samsung-soc@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).