xref: /linux/drivers/nfc/nxp-nci/Kconfig (revision dece45855a8b0d1dcf48eb01d0822070ded6a4c8)
1*dece4585SClément Perrochaudconfig NFC_NXP_NCI
2*dece4585SClément Perrochaud	tristate "NXP-NCI NFC driver"
3*dece4585SClément Perrochaud	depends on NFC_NCI
4*dece4585SClément Perrochaud	default n
5*dece4585SClément Perrochaud	---help---
6*dece4585SClément Perrochaud	  Generic core driver for NXP NCI chips such as the NPC100
7*dece4585SClément Perrochaud	  or PN7150 families.
8*dece4585SClément Perrochaud	  This is a driver based on the NCI NFC kernel layers and
9*dece4585SClément Perrochaud	  will thus not work with NXP libnfc library.
10*dece4585SClément Perrochaud
11*dece4585SClément Perrochaud	  To compile this driver as a module, choose m here. The module will
12*dece4585SClément Perrochaud	  be called nxp_nci.
13*dece4585SClément Perrochaud	  Say N if unsure.
14