Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 45ee2857 authored by Axel Lin's avatar Axel Lin Committed by Samuel Ortiz
Browse files

nfc: s3fwrn5: Make NFC_S3FWRN5 select CRYPTO



Make NFC_S3FWRN5 select CRYPTO to fix below build errors:

ERROR: "crypto_destroy_tfm" [drivers/nfc/s3fwrn5/s3fwrn5.ko] undefined!
ERROR: "crypto_alloc_base" [drivers/nfc/s3fwrn5/s3fwrn5.ko] undefined!
scripts/Makefile.modpost:91: recipe for target '__modpost' failed
make[1]: *** [__modpost] Error 1

Signed-off-by: default avatarAxel Lin <axel.lin@ingics.com>
Acked-by: default avatarRobert Baldyga <r.baldyga@samsung.com>
Signed-off-by: default avatarSamuel Ortiz <sameo@linux.intel.com>
parent 753da421
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
config NFC_S3FWRN5
	tristate
	select CRYPTO
	---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