xref: /openbmc/linux/drivers/nfc/pn544/Kconfig (revision b2117c12)
1aa741030SSamuel Ortizconfig NFC_PN544
2b2117c12SJean Delvare	tristate
3aa741030SSamuel Ortiz	select CRC_CCITT
4aa741030SSamuel Ortiz	---help---
5aa741030SSamuel Ortiz	  NXP PN544 core driver.
6aa741030SSamuel Ortiz	  This is a driver based on the HCI NFC kernel layers and
7aa741030SSamuel Ortiz	  will thus not work with NXP libnfc library.
8aa741030SSamuel Ortiz
9aa741030SSamuel Ortizconfig NFC_PN544_I2C
10b2117c12SJean Delvare	tristate "NXP PN544 device support (I2C)"
11b2117c12SJean Delvare	depends on NFC_HCI && I2C && NFC_SHDLC
12b2117c12SJean Delvare	select NFC_PN544
13aa741030SSamuel Ortiz	---help---
14aa741030SSamuel Ortiz	  This module adds support for the NXP pn544 i2c interface.
15aa741030SSamuel Ortiz	  Select this if your platform is using the i2c bus.
16aa741030SSamuel Ortiz
17aa741030SSamuel Ortiz	  If you choose to build a module, it'll be called pn544_i2c.
18aa741030SSamuel Ortiz	  Say N if unsure.
19bb03dcebSSamuel Ortiz
20bb03dcebSSamuel Ortizconfig NFC_PN544_MEI
21b2117c12SJean Delvare	tristate "NXP PN544 device support (MEI)"
22b2117c12SJean Delvare	depends on NFC_HCI && NFC_MEI_PHY
23b2117c12SJean Delvare	select NFC_PN544
24bb03dcebSSamuel Ortiz	---help---
25bb03dcebSSamuel Ortiz	  This module adds support for the mei interface of adapters using
26bb03dcebSSamuel Ortiz	  NXP pn544 chipsets.  Select this if your pn544 chipset
27bb03dcebSSamuel Ortiz	  is handled by Intel's Management Engine Interface on your platform.
28bb03dcebSSamuel Ortiz
29bb03dcebSSamuel Ortiz	  If you choose to build a module, it'll be called pn544_mei.
30bb03dcebSSamuel Ortiz	  Say N if unsure.
31