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