xref: /linux/drivers/nfc/st-nci/Kconfig (revision 9ba04ebf82ba26d848a74e0e1c72ddf09d5a1265)
1ed06aeefSChristophe Ricardconfig NFC_ST_NCI
2*9ba04ebfSChristophe Ricard	tristate
3ed06aeefSChristophe Ricard	---help---
4ed06aeefSChristophe Ricard	  STMicroelectronics NFC NCI chips core driver. It implements the chipset
5ed06aeefSChristophe Ricard	  NCI logic and hooks into the NFC kernel APIs. Physical layers will
6ed06aeefSChristophe Ricard	  register against it.
7ed06aeefSChristophe Ricard
8ed06aeefSChristophe Ricardconfig NFC_ST_NCI_I2C
9*9ba04ebfSChristophe Ricard	tristate "STMicroelectronics ST NCI NFC driver (I2C)"
10*9ba04ebfSChristophe Ricard	depends on NFC_NCI && I2C
11*9ba04ebfSChristophe Ricard	select NFC_ST_NCI
12ed06aeefSChristophe Ricard	---help---
13ed06aeefSChristophe Ricard	  This module adds support for an I2C interface to the
14ed06aeefSChristophe Ricard	  STMicroelectronics NFC NCI chips familly.
15ed06aeefSChristophe Ricard	  Select this if your platform is using the i2c bus.
16ed06aeefSChristophe Ricard
17ed06aeefSChristophe Ricard	  If you choose to build a module, it'll be called st-nci_i2c.
18ed06aeefSChristophe Ricard	  Say N if unsure.
192bc4d4f8SChristophe Ricard
202bc4d4f8SChristophe Ricardconfig NFC_ST_NCI_SPI
21*9ba04ebfSChristophe Ricard	tristate "STMicroelectronics ST NCI NFC driver (SPI)"
22*9ba04ebfSChristophe Ricard	depends on NFC_NCI && SPI
23*9ba04ebfSChristophe Ricard	select NFC_ST_NCI
242bc4d4f8SChristophe Ricard	---help---
252bc4d4f8SChristophe Ricard	  This module adds support for an SPI interface to the
262bc4d4f8SChristophe Ricard	  STMicroelectronics NFC NCI chips familly.
272bc4d4f8SChristophe Ricard	  Select this if your platform is using the spi bus.
282bc4d4f8SChristophe Ricard
292bc4d4f8SChristophe Ricard	  If you choose to build a module, it'll be called st-nci_spi.
302bc4d4f8SChristophe Ricard	  Say N if unsure.
31