1ed06aeefSChristophe Ricardconfig NFC_ST_NCI 2ed06aeefSChristophe Ricard tristate "STMicroelectronics ST NCI NFC driver" 3ed06aeefSChristophe Ricard depends on NFC_NCI 4ed06aeefSChristophe Ricard default n 5ed06aeefSChristophe Ricard ---help--- 6ed06aeefSChristophe Ricard STMicroelectronics NFC NCI chips core driver. It implements the chipset 7ed06aeefSChristophe Ricard NCI logic and hooks into the NFC kernel APIs. Physical layers will 8ed06aeefSChristophe Ricard register against it. 9ed06aeefSChristophe Ricard 10ed06aeefSChristophe Ricard To compile this driver as a module, choose m here. The module will 11ed06aeefSChristophe Ricard be called st-nci. 12ed06aeefSChristophe Ricard Say N if unsure. 13ed06aeefSChristophe Ricard 14ed06aeefSChristophe Ricardconfig NFC_ST_NCI_I2C 15ed06aeefSChristophe Ricard tristate "NFC ST NCI i2c support" 16ed06aeefSChristophe Ricard depends on NFC_ST_NCI && I2C 17ed06aeefSChristophe Ricard ---help--- 18ed06aeefSChristophe Ricard This module adds support for an I2C interface to the 19ed06aeefSChristophe Ricard STMicroelectronics NFC NCI chips familly. 20ed06aeefSChristophe Ricard Select this if your platform is using the i2c bus. 21ed06aeefSChristophe Ricard 22ed06aeefSChristophe Ricard If you choose to build a module, it'll be called st-nci_i2c. 23ed06aeefSChristophe Ricard Say N if unsure. 24*2bc4d4f8SChristophe Ricard 25*2bc4d4f8SChristophe Ricardconfig NFC_ST_NCI_SPI 26*2bc4d4f8SChristophe Ricard tristate "NFC ST NCI spi support" 27*2bc4d4f8SChristophe Ricard depends on NFC_ST_NCI && SPI 28*2bc4d4f8SChristophe Ricard ---help--- 29*2bc4d4f8SChristophe Ricard This module adds support for an SPI interface to the 30*2bc4d4f8SChristophe Ricard STMicroelectronics NFC NCI chips familly. 31*2bc4d4f8SChristophe Ricard Select this if your platform is using the spi bus. 32*2bc4d4f8SChristophe Ricard 33*2bc4d4f8SChristophe Ricard If you choose to build a module, it'll be called st-nci_spi. 34*2bc4d4f8SChristophe Ricard Say N if unsure. 35