aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/crypto/hisilicon/Makefile
diff options
context:
space:
mode:
authorYueHaibing <yuehaibing@huawei.com>2019-11-13 17:55:50 +0800
committerHerbert Xu <herbert@gondor.apana.org.au>2019-11-22 18:48:36 +0800
commitaee1f9f3c30e1e20e7f74729ced61eac7d74ca68 (patch)
tree26e134297b7e5eba1d5ee8d56afc38ed9d9b8512 /drivers/crypto/hisilicon/Makefile
parentcrypto: qce/dma - Use dma_request_chan() directly for channel request (diff)
downloadlinux-dev-aee1f9f3c30e1e20e7f74729ced61eac7d74ca68.tar.xz
linux-dev-aee1f9f3c30e1e20e7f74729ced61eac7d74ca68.zip
crypto: atmel - Fix build error of CRYPTO_AUTHENC
If CRYPTO_DEV_ATMEL_AUTHENC is m, CRYPTO_DEV_ATMEL_SHA is m, but CRYPTO_DEV_ATMEL_AES is y, building will fail: drivers/crypto/atmel-aes.o: In function `atmel_aes_authenc_init_tfm': atmel-aes.c:(.text+0x670): undefined reference to `atmel_sha_authenc_get_reqsize' atmel-aes.c:(.text+0x67a): undefined reference to `atmel_sha_authenc_spawn' drivers/crypto/atmel-aes.o: In function `atmel_aes_authenc_setkey': atmel-aes.c:(.text+0x7e5): undefined reference to `atmel_sha_authenc_setkey' Make CRYPTO_DEV_ATMEL_AUTHENC depend on CRYPTO_DEV_ATMEL_AES, and select CRYPTO_DEV_ATMEL_SHA and CRYPTO_AUTHENC for it under there. Reported-by: Hulk Robot <hulkci@huawei.com> Suggested-by: Herbert Xu <herbert@gondor.apana.org.au> Fixes: 89a82ef87e01 ("crypto: atmel-authenc - add support to...") Signed-off-by: YueHaibing <yuehaibing@huawei.com> Reviewed-by: Tudor Ambarus <tudor.ambarus@microchip.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'drivers/crypto/hisilicon/Makefile')
0 files changed, 0 insertions, 0 deletions