0001 # SPDX-License-Identifier: GPL-2.0-only
0002 config NFC_NXP_NCI
0003 tristate "NXP-NCI NFC driver"
0004 depends on NFC_NCI
0005 help
0006 Generic core driver for NXP NCI chips such as the NPC100 (PN547),
0007 NPC300 (PN548) or PN7150 families.
0008 This is a driver based on the NCI NFC kernel layers and
0009 will thus not work with NXP libnfc library.
0010
0011 To compile this driver as a module, choose m here. The module will
0012 be called nxp_nci.
0013 Say N if unsure.
0014
0015 config NFC_NXP_NCI_I2C
0016 tristate "NXP-NCI I2C support"
0017 depends on NFC_NXP_NCI && I2C
0018 help
0019 This module adds support for an I2C interface to the NXP NCI
0020 chips.
0021 Select this if your platform is using the I2C bus.
0022
0023 To compile this driver as a module, choose m here. The module will
0024 be called nxp_nci_i2c.
0025 Say N if unsure.