xref: /openbmc/linux/drivers/nfc/nxp-nci/Kconfig (revision a7f7f624)
1ec8f24b7SThomas Gleixner# SPDX-License-Identifier: GPL-2.0-only
2dece4585SClément Perrochaudconfig NFC_NXP_NCI
3dece4585SClément Perrochaud	tristate "NXP-NCI NFC driver"
4dece4585SClément Perrochaud	depends on NFC_NCI
5a7f7f624SMasahiro Yamada	help
66f713f49SSedat Dilek	  Generic core driver for NXP NCI chips such as the NPC100 (PN547),
76f713f49SSedat Dilek	  NPC300 (PN548) or PN7150 families.
8dece4585SClément Perrochaud	  This is a driver based on the NCI NFC kernel layers and
9dece4585SClément Perrochaud	  will thus not work with NXP libnfc library.
10dece4585SClément Perrochaud
11dece4585SClément Perrochaud	  To compile this driver as a module, choose m here. The module will
12dece4585SClément Perrochaud	  be called nxp_nci.
13dece4585SClément Perrochaud	  Say N if unsure.
146be88670SClément Perrochaud
156be88670SClément Perrochaudconfig NFC_NXP_NCI_I2C
166be88670SClément Perrochaud	tristate "NXP-NCI I2C support"
176be88670SClément Perrochaud	depends on NFC_NXP_NCI && I2C
18a7f7f624SMasahiro Yamada	help
196be88670SClément Perrochaud	  This module adds support for an I2C interface to the NXP NCI
206be88670SClément Perrochaud	  chips.
216be88670SClément Perrochaud	  Select this if your platform is using the I2C bus.
226be88670SClément Perrochaud
236be88670SClément Perrochaud	  To compile this driver as a module, choose m here. The module will
246be88670SClément Perrochaud	  be called nxp_nci_i2c.
258f6920acSSedat Dilek	  Say N if unsure.
26