summaryrefslogtreecommitdiffstats
path: root/net/nfc/nci/Makefile
diff options
context:
space:
mode:
authorChristophe Ricard2015-02-01 22:26:14 +0100
committerSamuel Ortiz2015-02-02 21:50:40 +0100
commit11f54f228643d0248ec00ce8c9fb8d872f87e7b8 (patch)
tree5cf467e89367c99bff3565669ee777dc8d5cad8f /net/nfc/nci/Makefile
parentNFC: nci: Support logical connections management (diff)
downloadkernel-qcow2-linux-11f54f228643d0248ec00ce8c9fb8d872f87e7b8.tar.gz
kernel-qcow2-linux-11f54f228643d0248ec00ce8c9fb8d872f87e7b8.tar.xz
kernel-qcow2-linux-11f54f228643d0248ec00ce8c9fb8d872f87e7b8.zip
NFC: nci: Add HCI over NCI protocol support
According to the NCI specification, one can use HCI over NCI to talk with specific NFCEE. The HCI network is viewed as one logical NFCEE. This is needed to support secure element running HCI only firmwares embedded on an NCI capable chipset, like e.g. the st21nfcb. There is some duplication between this piece of code and the HCI core code, but the latter would need to be abstracted even more to be able to use NCI as a logical transport for HCP packets. Signed-off-by: Christophe Ricard <christophe-h.ricard@st.com> Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
Diffstat (limited to 'net/nfc/nci/Makefile')
-rw-r--r--net/nfc/nci/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/nfc/nci/Makefile b/net/nfc/nci/Makefile
index 7aeedc43187d..7ed8949266cc 100644
--- a/net/nfc/nci/Makefile
+++ b/net/nfc/nci/Makefile
@@ -4,6 +4,6 @@
obj-$(CONFIG_NFC_NCI) += nci.o
-nci-objs := core.o data.o lib.o ntf.o rsp.o
+nci-objs := core.o data.o lib.o ntf.o rsp.o hci.o
nci-$(CONFIG_NFC_NCI_SPI) += spi.o