blob: dc9b777d78f62ab9a221cd0554fb3350631eee34 [file] [log] [blame]
Christophe Ricarded06aeef2015-06-09 22:26:05 +02001config NFC_ST_NCI
Christophe Ricard9ba04eb2015-12-23 23:45:16 +01002 tristate
Christophe Ricarded06aeef2015-06-09 22:26:05 +02003 ---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
Christophe Ricarded06aeef2015-06-09 22:26:05 +02008config NFC_ST_NCI_I2C
Christophe Ricard9ba04eb2015-12-23 23:45:16 +01009 tristate "STMicroelectronics ST NCI NFC driver (I2C)"
10 depends on NFC_NCI && I2C
11 select NFC_ST_NCI
Christophe Ricarded06aeef2015-06-09 22:26:05 +020012 ---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.
Christophe Ricard2bc4d4f2015-08-14 22:33:37 +020019
20config NFC_ST_NCI_SPI
Christophe Ricard9ba04eb2015-12-23 23:45:16 +010021 tristate "STMicroelectronics ST NCI NFC driver (SPI)"
22 depends on NFC_NCI && SPI
23 select NFC_ST_NCI
Christophe Ricard2bc4d4f2015-08-14 22:33:37 +020024 ---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.