NFC: pn544: Separate the core code and the i2c one into different modules
authorSamuel Ortiz <sameo@linux.intel.com>
Tue, 18 Dec 2012 15:26:23 +0000 (16:26 +0100)
committerSamuel Ortiz <sameo@linux.intel.com>
Wed, 9 Jan 2013 23:51:52 +0000 (00:51 +0100)
commitaa74103071312fede1f4953fe3c027941add1256
treeef18da500a359869f6bbff17fd372e704693eb2b
parentbf71ab8ba53081c28b960d48e0c4cd1c17588aa6
NFC: pn544: Separate the core code and the i2c one into different modules

As we may need to support other physical layers, we can avoid linking the
core part into each and every pn544 module.

Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
drivers/nfc/Kconfig
drivers/nfc/Makefile
drivers/nfc/pn544/Kconfig [new file with mode: 0644]
drivers/nfc/pn544/Makefile
drivers/nfc/pn544/pn544.c
This page took 0.024937 seconds and 5 git commands to generate.