xref: /openbmc/linux/drivers/nfc/st-nci/Kconfig (revision 31e67366)
1# SPDX-License-Identifier: GPL-2.0-only
2config NFC_ST_NCI
3	tristate
4	help
5	  STMicroelectronics NFC NCI chips core driver. It implements the chipset
6	  NCI logic and hooks into the NFC kernel APIs. Physical layers will
7	  register against it.
8
9config NFC_ST_NCI_I2C
10	tristate "STMicroelectronics ST NCI NFC driver (I2C)"
11	depends on NFC_NCI && I2C
12	select NFC_ST_NCI
13	help
14	  This module adds support for an I2C interface to the
15	  STMicroelectronics NFC NCI chips family.
16	  Select this if your platform is using the i2c bus.
17
18	  If you choose to build a module, it'll be called st-nci_i2c.
19	  Say N if unsure.
20
21config NFC_ST_NCI_SPI
22	tristate "STMicroelectronics ST NCI NFC driver (SPI)"
23	depends on NFC_NCI && SPI
24	select NFC_ST_NCI
25	help
26	  This module adds support for an SPI interface to the
27	  STMicroelectronics NFC NCI chips family.
28	  Select this if your platform is using the spi bus.
29
30	  If you choose to build a module, it'll be called st-nci_spi.
31	  Say N if unsure.
32