xref: /linux/drivers/nfc/nxp-nci/Kconfig (revision 6be88670fc59d50426f90f734a36b90e1de7d148)
1dece4585SClément Perrochaudconfig NFC_NXP_NCI
2dece4585SClément Perrochaud	tristate "NXP-NCI NFC driver"
3dece4585SClément Perrochaud	depends on NFC_NCI
4dece4585SClément Perrochaud	default n
5dece4585SClément Perrochaud	---help---
6dece4585SClément Perrochaud	  Generic core driver for NXP NCI chips such as the NPC100
7dece4585SClément Perrochaud	  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.
14*6be88670SClément Perrochaud
15*6be88670SClément Perrochaudconfig NFC_NXP_NCI_I2C
16*6be88670SClément Perrochaud	tristate "NXP-NCI I2C support"
17*6be88670SClément Perrochaud	depends on NFC_NXP_NCI && I2C
18*6be88670SClément Perrochaud	---help---
19*6be88670SClément Perrochaud	  This module adds support for an I2C interface to the NXP NCI
20*6be88670SClément Perrochaud	  chips.
21*6be88670SClément Perrochaud	  Select this if your platform is using the I2C bus.
22*6be88670SClément Perrochaud
23*6be88670SClément Perrochaud	  To compile this driver as a module, choose m here. The module will
24*6be88670SClément Perrochaud	  be called nxp_nci_i2c.
25*6be88670SClément Perrochaud	  Say Y if unsure.
26