These changes are the raw update to linux-4.4.6-rt14. Kernel sources
[kvmfornfv.git] / kernel / drivers / nfc / st-nci / Kconfig
1 config 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
14 config 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.
24
25 config 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.