]> 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)
commit7091e2ddd82ce1fcffacb2a862c7e4fb0fd1e62a
treeef18da500a359869f6bbff17fd372e704693eb2b
parent038657b7d087e9bba55c00cfd1f48c48dbc399d3
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