diff mbox

[1/9] crypto: atmel-ecc: Make available for other platforms

Message ID 20180605134950.6605-1-linus.walleij@linaro.org (mailing list archive)
State Changes Requested
Delegated to: Herbert Xu
Headers show

Commit Message

Linus Walleij June 5, 2018, 1:49 p.m. UTC
This is a pure I2C driver, and this device appears on the
96boards Secure96 mezzanine card, so we want to enable the
driver on other devices. Cut the Kconfig limitations to
Atmel SoC only.

Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
---
 drivers/crypto/Kconfig | 1 -
 1 file changed, 1 deletion(-)

Comments

Tudor Ambarus June 12, 2018, 10:21 a.m. UTC | #1
On 06/05/2018 04:49 PM, Linus Walleij wrote:
> This is a pure I2C driver, and this device appears on the
> 96boards Secure96 mezzanine card, so we want to enable the
> driver on other devices. Cut the Kconfig limitations to
> Atmel SoC only.
> 
> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>

Reviewed-by: Tudor Ambarus <tudor.ambarus@microchip.com>

Thanks,
ta

> ---
>   drivers/crypto/Kconfig | 1 -
>   1 file changed, 1 deletion(-)
> 
> diff --git a/drivers/crypto/Kconfig b/drivers/crypto/Kconfig
> index d1ea1a07cecb..9e33f2de8dae 100644
> --- a/drivers/crypto/Kconfig
> +++ b/drivers/crypto/Kconfig
> @@ -522,7 +522,6 @@ config CRYPTO_DEV_ATMEL_SHA
>   
>   config CRYPTO_DEV_ATMEL_ECC
>   	tristate "Support for Microchip / Atmel ECC hw accelerator"
> -	depends on ARCH_AT91 || COMPILE_TEST
>   	depends on I2C
>   	select CRYPTO_ECDH
>   	select CRC16
>
diff mbox

Patch

diff --git a/drivers/crypto/Kconfig b/drivers/crypto/Kconfig
index d1ea1a07cecb..9e33f2de8dae 100644
--- a/drivers/crypto/Kconfig
+++ b/drivers/crypto/Kconfig
@@ -522,7 +522,6 @@  config CRYPTO_DEV_ATMEL_SHA
 
 config CRYPTO_DEV_ATMEL_ECC
 	tristate "Support for Microchip / Atmel ECC hw accelerator"
-	depends on ARCH_AT91 || COMPILE_TEST
 	depends on I2C
 	select CRYPTO_ECDH
 	select CRC16