linux/drivers/nfc
Arnd Bergmann 1dbac5c578 NFC: nfcmrvl: fix SPI driver dependencies
The newly added nfcmrvl_spi driver uses the spi_nci
infrastructure, but does not have a Kconfig dependency on
that, so we can get a link-time error:

drivers/built-in.o: In function `nfcmrvl_spi_nci_send':
(.text+0x1428dc): undefined reference to `nci_spi_send'
drivers/built-in.o: In function `nfcmrvl_spi_probe':
(.text+0x142a24): undefined reference to `nci_spi_allocate_spi'
drivers/built-in.o: In function `nfcmrvl_spi_int_irq_thread_fn':
(.text+0x142abc): undefined reference to `nci_spi_read'

This clarifies the dependency.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Fixes: caf6e49bf6 ("NFC: nfcmrvl: add spi driver")
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
2015-11-05 00:32:25 +01:00
..
fdp NFC: Add Intel Fields Peak NFC solution driver 2015-10-25 20:29:16 +01:00
microread NFC: microread: Auto-select core module 2015-10-19 20:01:19 +02:00
nfcmrvl NFC: nfcmrvl: fix SPI driver dependencies 2015-11-05 00:32:25 +01:00
nxp-nci NFC: nxp-nci: constify nxp_nci_phy_ops structure 2015-10-19 20:04:13 +02:00
pn544 NFC: pn544: Auto-select core module 2015-10-19 19:56:28 +02:00
s3fwrn5 NFC: nci: rename nci_prop_ops to nci_driver_ops 2015-10-25 20:28:59 +01:00
st21nfca NFC: st21nfca: Add support for proprietary commands 2015-10-27 04:00:24 +01:00
st-nci NFC: st-nci: Replace st21nfcb by st_nci in makefile 2015-10-27 03:55:15 +01:00
Kconfig NFC: Add Intel Fields Peak NFC solution driver 2015-10-25 20:29:16 +01:00
Makefile NFC: Add Intel Fields Peak NFC solution driver 2015-10-25 20:29:16 +01:00
mei_phy.c mei: bus: add and call callback on notify event 2015-08-03 17:30:00 -07:00
mei_phy.h mei: fix up uuid matching 2015-05-31 12:14:00 +09:00
nfcsim.c NFC: netlink: Add mode parameter to deactivate_target functions 2015-10-27 03:55:12 +01:00
nfcwilink.c NFC: nfcwilink: Drop a useless static qualifier 2015-10-19 20:06:13 +02:00
pn533.c NFC: netlink: Add mode parameter to deactivate_target functions 2015-10-27 03:55:12 +01:00
port100.c NFC: logging neatening 2015-04-07 12:05:12 +02:00
trf7970a.c NFC: trf7970a: Add OF match table 2015-10-19 19:54:04 +02:00