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