xref: /openbmc/linux/drivers/nfc/nxp-nci/Kconfig (revision ec8f24b7)
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
5dece4585SClément Perrochaud	default n
6dece4585SClément Perrochaud	---help---
7dece4585SClément Perrochaud	  Generic core driver for NXP NCI chips such as the NPC100
8dece4585SClément Perrochaud	  or PN7150 families.
9dece4585SClément Perrochaud	  This is a driver based on the NCI NFC kernel layers and
10dece4585SClément Perrochaud	  will thus not work with NXP libnfc library.
11dece4585SClément Perrochaud
12dece4585SClément Perrochaud	  To compile this driver as a module, choose m here. The module will
13dece4585SClément Perrochaud	  be called nxp_nci.
14dece4585SClément Perrochaud	  Say N if unsure.
156be88670SClément Perrochaud
166be88670SClément Perrochaudconfig NFC_NXP_NCI_I2C
176be88670SClément Perrochaud	tristate "NXP-NCI I2C support"
186be88670SClément Perrochaud	depends on NFC_NXP_NCI && I2C
196be88670SClément Perrochaud	---help---
206be88670SClément Perrochaud	  This module adds support for an I2C interface to the NXP NCI
216be88670SClément Perrochaud	  chips.
226be88670SClément Perrochaud	  Select this if your platform is using the I2C bus.
236be88670SClément Perrochaud
246be88670SClément Perrochaud	  To compile this driver as a module, choose m here. The module will
256be88670SClément Perrochaud	  be called nxp_nci_i2c.
266be88670SClément Perrochaud	  Say Y if unsure.
27