diff options
author | Eric Lapuyade <eric.lapuyade@linux.intel.com> | 2012-12-18 14:53:53 +0100 |
---|---|---|
committer | Samuel Ortiz <sameo@linux.intel.com> | 2013-02-03 20:37:42 +0100 |
commit | cfad1ba87150e198be9ea32367a24e500e59de2c (patch) | |
tree | dc70c402fb92bfcae71120b6f3cbb859686201d9 /drivers/nfc/Makefile | |
parent | 2323e6fc62eec19c3454642c0ac4ad42374b40a1 (diff) | |
download | op-kernel-dev-cfad1ba87150e198be9ea32367a24e500e59de2c.zip op-kernel-dev-cfad1ba87150e198be9ea32367a24e500e59de2c.tar.gz |
NFC: Initial support for Inside Secure microread
Inside Secure microread is an HCI based NFC chipset.
This initial support includes reader and p2p (Target and initiator) modes.
Signed-off-by: Eric Lapuyade <eric.lapuyade@intel.com>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
Diffstat (limited to 'drivers/nfc/Makefile')
-rw-r--r-- | drivers/nfc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/nfc/Makefile b/drivers/nfc/Makefile index 574bbc0..a189ada0 100644 --- a/drivers/nfc/Makefile +++ b/drivers/nfc/Makefile @@ -3,6 +3,7 @@ # obj-$(CONFIG_NFC_PN544) += pn544/ +obj-$(CONFIG_NFC_MICROREAD) += microread/ obj-$(CONFIG_NFC_PN533) += pn533.o obj-$(CONFIG_NFC_WILINK) += nfcwilink.o |