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