diff options
author | Eric Lapuyade <eric.lapuyade@linux.intel.com> | 2013-04-15 11:19:20 +0200 |
---|---|---|
committer | Samuel Ortiz <sameo@linux.intel.com> | 2013-04-16 00:39:31 +0200 |
commit | 4912e2fe74811693703e9b4e21bf36c067643a03 (patch) | |
tree | 827f23daf7a94f55366357f6ad98bdc86f17a8e1 /drivers/nfc/Makefile | |
parent | be055b2f89b5842f41363b5655a33dffb51a8294 (diff) | |
download | op-kernel-dev-4912e2fe74811693703e9b4e21bf36c067643a03.zip op-kernel-dev-4912e2fe74811693703e9b4e21bf36c067643a03.tar.gz |
NFC: mei: Add a common mei bus API for NFC drivers
This isolates the common code that is required to use an mei bus nfc
device from an NFC HCI drivers. This prepares for future drivers for
NFC chips connected behind an Intel Management Engine controller.
The microread_mei HCI driver is also modified to use that common code.
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 a189ada0..aa6bd65 100644 --- a/drivers/nfc/Makefile +++ b/drivers/nfc/Makefile @@ -6,5 +6,6 @@ obj-$(CONFIG_NFC_PN544) += pn544/ obj-$(CONFIG_NFC_MICROREAD) += microread/ obj-$(CONFIG_NFC_PN533) += pn533.o obj-$(CONFIG_NFC_WILINK) += nfcwilink.o +obj-$(CONFIG_NFC_MEI_PHY) += mei_phy.o ccflags-$(CONFIG_NFC_DEBUG) := -DDEBUG |