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

Commit 7427b370 authored by Frederic Danis's avatar Frederic Danis Committed by Samuel Ortiz
Browse files

NFC: Fix NCI over SPI build



kbuild test robot found following error:

     net/built-in.o: In function `nci_spi_send':
  >> spi.c:(.text+0x19a76f): undefined reference to `crc_ccitt'

Add CRC_CCITT module to Kconfig to fix it

Reported-by: kbuild test robot.
Signed-off-by: default avatarFrederic Danis <frederic.danis@linux.intel.com>
Signed-off-by: default avatarSamuel Ortiz <sameo@linux.intel.com>
parent 64b6f46f
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -11,6 +11,7 @@ config NFC_NCI

config NFC_NCI_SPI
	depends on NFC_NCI && SPI
	select CRC_CCITT
	bool "NCI over SPI protocol support"
	default n
	help