diff options
author | Zheng Bin <zhengbin13@huawei.com> | 2022-06-13 23:06:53 +0800 |
---|---|---|
committer | Robert Foss <robert.foss@linaro.org> | 2022-06-15 18:28:47 +0200 |
commit | abf0ba5a34eae0d7359228f4319a6659676fbd0a (patch) | |
tree | a25f9029c99e88cdf84e5c43ba39acfb196401bd /drivers/gpu/drm/amd/display/amdgpu_dm | |
parent | 3f49f7591e7150c502aa8d04354941ec2394153f (diff) | |
download | linux-abf0ba5a34eae0d7359228f4319a6659676fbd0a.tar.bz2 |
drm/bridge: it6505: Add missing CRYPTO_HASH dependency
The driver uses crypto hash functions so it needs to select CRYPTO_HASH.
This fixes build errors:
drivers/gpu/drm/bridge/ite-it6505.o: in function `it6505_hdcp_wait_ksv_list':
ite-it6505.c:(.text+0x4c26): undefined reference to `crypto_alloc_shash'
ite-it6505.c:(.text+0x4c6d): undefined reference to `crypto_shash_digest'
ite-it6505.c:(.text+0x4c7d): undefined reference to `crypto_destroy_tfm'
ite-it6505.c:(.text+0x4d69): undefined reference to `crypto_destroy_tfm'
Fixes: b5c84a9edcd4 ("drm/bridge: add it6505 driver")
Signed-off-by: Zheng Bin <zhengbin13@huawei.com>
Reviewed-by: Robert Foss <robert.foss@linaro.org>
Signed-off-by: Robert Foss <robert.foss@linaro.org>
Link: https://patchwork.freedesktop.org/patch/msgid/20220613150653.1310029-1-zhengbin13@huawei.com
Diffstat (limited to 'drivers/gpu/drm/amd/display/amdgpu_dm')
0 files changed, 0 insertions, 0 deletions