xref: /OK3568_Linux_fs/kernel/drivers/nfc/nxp-nci/Kconfig (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593Smuzhiyun# SPDX-License-Identifier: GPL-2.0-only
2*4882a593Smuzhiyunconfig NFC_NXP_NCI
3*4882a593Smuzhiyun	tristate "NXP-NCI NFC driver"
4*4882a593Smuzhiyun	depends on NFC_NCI
5*4882a593Smuzhiyun	help
6*4882a593Smuzhiyun	  Generic core driver for NXP NCI chips such as the NPC100 (PN547),
7*4882a593Smuzhiyun	  NPC300 (PN548) or PN7150 families.
8*4882a593Smuzhiyun	  This is a driver based on the NCI NFC kernel layers and
9*4882a593Smuzhiyun	  will thus not work with NXP libnfc library.
10*4882a593Smuzhiyun
11*4882a593Smuzhiyun	  To compile this driver as a module, choose m here. The module will
12*4882a593Smuzhiyun	  be called nxp_nci.
13*4882a593Smuzhiyun	  Say N if unsure.
14*4882a593Smuzhiyun
15*4882a593Smuzhiyunconfig NFC_NXP_NCI_I2C
16*4882a593Smuzhiyun	tristate "NXP-NCI I2C support"
17*4882a593Smuzhiyun	depends on NFC_NXP_NCI && I2C
18*4882a593Smuzhiyun	help
19*4882a593Smuzhiyun	  This module adds support for an I2C interface to the NXP NCI
20*4882a593Smuzhiyun	  chips.
21*4882a593Smuzhiyun	  Select this if your platform is using the I2C bus.
22*4882a593Smuzhiyun
23*4882a593Smuzhiyun	  To compile this driver as a module, choose m here. The module will
24*4882a593Smuzhiyun	  be called nxp_nci_i2c.
25*4882a593Smuzhiyun	  Say N if unsure.
26