blob: e7c6db9c58607d670fb3ee7d6e4b8c217817eab7 [file] [log] [blame]
Christophe Ricarded06aeef2015-06-09 22:26:05 +02001config NFC_ST_NCI
2 tristate "STMicroelectronics ST NCI NFC driver"
3 depends on NFC_NCI
4 default n
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
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
15 tristate "NFC ST NCI i2c support"
16 depends on NFC_ST_NCI && I2C
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.
Christophe Ricard2bc4d4f2015-08-14 22:33:37 +020024
25config NFC_ST_NCI_SPI
26 tristate "NFC ST NCI spi support"
27 depends on NFC_ST_NCI && SPI
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.