1aa741030SSamuel Ortizconfig NFC_PN544 2aa741030SSamuel Ortiz tristate "NXP PN544 NFC driver" 3aa741030SSamuel Ortiz depends on NFC_HCI 4aa741030SSamuel Ortiz select CRC_CCITT 5aa741030SSamuel Ortiz default n 6aa741030SSamuel Ortiz ---help--- 7aa741030SSamuel Ortiz NXP PN544 core driver. 8aa741030SSamuel Ortiz This is a driver based on the HCI NFC kernel layers and 9aa741030SSamuel Ortiz will thus not work with NXP libnfc library. 10aa741030SSamuel Ortiz 11aa741030SSamuel Ortiz To compile this driver as a module, choose m here. The module will 12aa741030SSamuel Ortiz be called pn544. 13aa741030SSamuel Ortiz Say N if unsure. 14aa741030SSamuel Ortiz 15aa741030SSamuel Ortizconfig NFC_PN544_I2C 16aa741030SSamuel Ortiz tristate "NFC PN544 i2c support" 17aa741030SSamuel Ortiz depends on NFC_PN544 && I2C && NFC_SHDLC 18aa741030SSamuel Ortiz ---help--- 19aa741030SSamuel Ortiz This module adds support for the NXP pn544 i2c interface. 20aa741030SSamuel Ortiz Select this if your platform is using the i2c bus. 21aa741030SSamuel Ortiz 22aa741030SSamuel Ortiz If you choose to build a module, it'll be called pn544_i2c. 23aa741030SSamuel Ortiz Say N if unsure.