msm-4.14/drivers/nfc/Makefile
Sumatheendra Raghavendrachar e9c434c264 NFC: Add driver support for NTAG
Driver implementation to interact with NTAG chipsets,
NTAG is NFC tags that combine passive NFC interface with contact
i2c interface.

Change-Id: I4f871285ece6c864f57274c86059096953e5535e
Signed-off-by: Sumatheendra Raghavendrachar <sumath@codeaurora.org>
2018-06-27 11:32:06 +05:30

22 lines
660 B
Makefile

# SPDX-License-Identifier: GPL-2.0
#
# Makefile for nfc devices
#
obj-$(CONFIG_NFC_FDP) += fdp/
obj-$(CONFIG_NFC_PN544) += pn544/
obj-$(CONFIG_NFC_MICROREAD) += microread/
obj-$(CONFIG_NFC_PN533) += pn533/
obj-$(CONFIG_NFC_MEI_PHY) += mei_phy.o
obj-$(CONFIG_NFC_SIM) += nfcsim.o
obj-$(CONFIG_NFC_PORT100) += port100.o
obj-$(CONFIG_NFC_MRVL) += nfcmrvl/
obj-$(CONFIG_NFC_TRF7970A) += trf7970a.o
obj-$(CONFIG_NFC_ST21NFCA) += st21nfca/
obj-$(CONFIG_NFC_ST_NCI) += st-nci/
obj-$(CONFIG_NFC_NXP_NCI) += nxp-nci/
obj-$(CONFIG_NFC_S3FWRN5) += s3fwrn5/
obj-$(CONFIG_NFC_ST95HF) += st95hf/
obj-$(CONFIG_NFC_NQ) += nq-nci.o
obj-$(CONFIG_NTAG_NQ) += nq-ntag.o