]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit27b75cf34158b7cd5fecc850617b368f52dc0fa2
treeef18da500a359869f6bbff17fd372e704693eb2b
parentcbcdf0f5678520481f16185ae18043f517378907
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