mirror of
https://github.com/torvalds/linux.git
synced 2024-11-23 20:51:44 +00:00
nfc: s3fwrn5: Add missing CRYPTO_HASH dependency
The driver uses crypto hash functions so it needs to select CRYPTO_HASH. This fixes build errors: arc-linux-ld: drivers/nfc/s3fwrn5/firmware.o: in function `s3fwrn5_fw_download': firmware.c:(.text+0x152): undefined reference to `crypto_alloc_shash' Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
e52e4130ff
commit
4aa62c62d4
@ -2,6 +2,7 @@
|
||||
config NFC_S3FWRN5
|
||||
tristate
|
||||
select CRYPTO
|
||||
select CRYPTO_HASH
|
||||
help
|
||||
Core driver for Samsung S3FWRN5 NFC chip. Contains core utilities
|
||||
of chip. It's intended to be used by PHYs to avoid duplicating lots
|
||||
|
Loading…
Reference in New Issue
Block a user