aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/nfc/pn544/Kconfig
Commit message (Collapse)AuthorAge
* NFC: pn544: Add MEI physical layerSamuel Ortiz2013-04-15
| | | | | | | With the new mei_phy NFC driver API, the pn544 MEI physical layer is minimal and similar to the microread one. Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
* NFC: pn544: Separate the core code and the i2c one into different modulesSamuel Ortiz2013-01-09
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>