diff options
| author | Tudor Ambarus <[email protected]> | 2019-11-01 16:40:37 +0000 |
|---|---|---|
| committer | Herbert Xu <[email protected]> | 2019-11-08 23:15:53 +0800 |
| commit | d158367682cd822aca811971e988be6a8d8f679f (patch) | |
| tree | 5ad3c607ef9298f29c47f539c39cb87ca95ca679 /tools/perf/scripts/python | |
| parent | df40c4e6cdaaacbf26d1206adb2419733de3bbf1 (diff) | |
crypto: atmel - Fix selection of CRYPTO_AUTHENC
The following error is raised when CONFIG_CRYPTO_DEV_ATMEL_AES=y and
CONFIG_CRYPTO_DEV_ATMEL_AUTHENC=m:
drivers/crypto/atmel-aes.o: In function `atmel_aes_authenc_setkey':
atmel-aes.c:(.text+0x9bc): undefined reference to `crypto_authenc_extractkeys'
Makefile:1094: recipe for target 'vmlinux' failed
Fix it by moving the selection of CRYPTO_AUTHENC under
config CRYPTO_DEV_ATMEL_AES.
Fixes: 89a82ef87e01 ("crypto: atmel-authenc - add support to...")
Signed-off-by: Tudor Ambarus <[email protected]>
Signed-off-by: Herbert Xu <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions