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. 24bb03dcebSSamuel Ortiz 25bb03dcebSSamuel Ortizconfig NFC_PN544_MEI 26bb03dcebSSamuel Ortiz tristate "NFC PN544 MEI support" 27bb03dcebSSamuel Ortiz depends on NFC_PN544 && NFC_MEI_PHY 28bb03dcebSSamuel Ortiz ---help--- 29bb03dcebSSamuel Ortiz This module adds support for the mei interface of adapters using 30bb03dcebSSamuel Ortiz NXP pn544 chipsets. Select this if your pn544 chipset 31bb03dcebSSamuel Ortiz is handled by Intel's Management Engine Interface on your platform. 32bb03dcebSSamuel Ortiz 33bb03dcebSSamuel Ortiz If you choose to build a module, it'll be called pn544_mei. 34bb03dcebSSamuel Ortiz Say N if unsure. 35