GNU Linux-libre 4.9.331-gnu1
[releases.git] / drivers / nfc / st-nci / Kconfig
1 config 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
8 config 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 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
20 config 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 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.