0001 # SPDX-License-Identifier: GPL-2.0-only
0002 config NFC_ST_NCI
0003 tristate
0004 help
0005 STMicroelectronics NFC NCI chips core driver. It implements the chipset
0006 NCI logic and hooks into the NFC kernel APIs. Physical layers will
0007 register against it.
0008
0009 config NFC_ST_NCI_I2C
0010 tristate "STMicroelectronics ST NCI NFC driver (I2C)"
0011 depends on NFC_NCI && I2C
0012 select NFC_ST_NCI
0013 help
0014 This module adds support for an I2C interface to the
0015 STMicroelectronics NFC NCI chips family.
0016 Select this if your platform is using the i2c bus.
0017
0018 If you choose to build a module, it'll be called st-nci_i2c.
0019 Say N if unsure.
0020
0021 config NFC_ST_NCI_SPI
0022 tristate "STMicroelectronics ST NCI NFC driver (SPI)"
0023 depends on NFC_NCI && SPI
0024 select NFC_ST_NCI
0025 help
0026 This module adds support for an SPI interface to the
0027 STMicroelectronics NFC NCI chips family.
0028 Select this if your platform is using the spi bus.
0029
0030 If you choose to build a module, it'll be called st-nci_spi.
0031 Say N if unsure.