diff options
author | Eric Lapuyade <eric.lapuyade@intel.com> | 2012-04-10 19:43:07 +0200 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2012-04-12 15:10:35 -0400 |
commit | eb738fe535ae8e44402c372ecc1321eee0552a09 (patch) | |
tree | e0308123ef489ed65ef52db74f52c3e0f6541a6f /net/nfc/hci/Makefile | |
parent | 8b8d2e08bf0d50193931afd27482a59376b66b2b (diff) | |
download | op-kernel-dev-eb738fe535ae8e44402c372ecc1321eee0552a09.zip op-kernel-dev-eb738fe535ae8e44402c372ecc1321eee0552a09.tar.gz |
NFC: SHDLC implementation
Most NFC HCI chipsets actually use a simplified HDLC link layer to
carry HCI payloads.
This implementation registers itself as an HCI device on behalf of the
NFC driver.
Signed-off-by: Eric Lapuyade <eric.lapuyade@intel.com>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'net/nfc/hci/Makefile')
-rw-r--r-- | net/nfc/hci/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/nfc/hci/Makefile b/net/nfc/hci/Makefile index af17c7b..f9c44b2 100644 --- a/net/nfc/hci/Makefile +++ b/net/nfc/hci/Makefile @@ -5,3 +5,4 @@ obj-$(CONFIG_NFC_HCI) += hci.o hci-y := core.o hcp.o command.o +hci-$(CONFIG_NFC_SHDLC) += shdlc.o |