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