Commit 22eed1ca authored by Tushar Behera's avatar Tushar Behera Committed by Herbert Xu

crypto: atmel - Remove possible typo error

Commit bd3c7b5c ("crypto: atmel - add Atmel AES driver") possibly
has a typo error of adding an extra CONFIG_.

CC: Nicolas Royer <nicolas@eukrea.com>
Signed-off-by: default avatarTushar Behera <tushar.behera@linaro.org>
Signed-off-by: default avatarHerbert Xu <herbert@gondor.apana.org.au>
parent 4dbb845d
...@@ -334,7 +334,7 @@ config CRYPTO_DEV_ATMEL_AES ...@@ -334,7 +334,7 @@ config CRYPTO_DEV_ATMEL_AES
select CRYPTO_AES select CRYPTO_AES
select CRYPTO_ALGAPI select CRYPTO_ALGAPI
select CRYPTO_BLKCIPHER select CRYPTO_BLKCIPHER
select CONFIG_AT_HDMAC select AT_HDMAC
help help
Some Atmel processors have AES hw accelerator. Some Atmel processors have AES hw accelerator.
Select this if you want to use the Atmel module for Select this if you want to use the Atmel module for
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment