xref: /openbmc/linux/drivers/nfc/st21nfca/Kconfig (revision 68957303)
168957303SChristophe Ricardconfig NFC_ST21NFCA
268957303SChristophe Ricard	tristate "STMicroelectronics ST21NFCA NFC driver"
368957303SChristophe Ricard	depends on NFC_HCI
468957303SChristophe Ricard	select CRC_CCITT
568957303SChristophe Ricard	default n
668957303SChristophe Ricard	---help---
768957303SChristophe Ricard	  STMicroelectronics ST21NFCA core driver. It implements the chipset
868957303SChristophe Ricard	  HCI logic and hooks into the NFC kernel APIs. Physical layers will
968957303SChristophe Ricard	  register against it.
1068957303SChristophe Ricard
1168957303SChristophe Ricard	  To compile this driver as a module, choose m here. The module will
1268957303SChristophe Ricard	  be called st21nfca.
1368957303SChristophe Ricard	  Say N if unsure.
1468957303SChristophe Ricard
1568957303SChristophe Ricardconfig NFC_ST21NFCA_I2C
1668957303SChristophe Ricard	tristate "NFC ST21NFCA i2c support"
1768957303SChristophe Ricard	depends on NFC_ST21NFCA && I2C && NFC_SHDLC
1868957303SChristophe Ricard	---help---
1968957303SChristophe Ricard	  This module adds support for the STMicroelectronics st21nfca i2c interface.
2068957303SChristophe Ricard	  Select this if your platform is using the i2c bus.
2168957303SChristophe Ricard
2268957303SChristophe Ricard	  If you choose to build a module, it'll be called st21nfca_i2c.
2368957303SChristophe Ricard	  Say N if unsure.
24