xref: /linux/drivers/nfc/Kconfig (revision 7cbe0ff3e475b7268ad9b55057048b2299fd60e0)
10329326eSMatti J. Aaltonen#
20329326eSMatti J. Aaltonen# Near Field Communication (NFC) devices
30329326eSMatti J. Aaltonen#
40329326eSMatti J. Aaltonen
53e256b8fSLauro Ramos Venanciomenu "Near Field Communication (NFC) devices"
63e256b8fSLauro Ramos Venancio	depends on NFC
70329326eSMatti J. Aaltonen
8c46ee386SAloisio Almeida Jrconfig NFC_PN533
9c46ee386SAloisio Almeida Jr	tristate "NXP PN533 USB driver"
10c46ee386SAloisio Almeida Jr	depends on USB
11c46ee386SAloisio Almeida Jr	help
12c46ee386SAloisio Almeida Jr	  NXP PN533 USB driver.
13c46ee386SAloisio Almeida Jr	  This driver provides support for NFC NXP PN533 devices.
14c46ee386SAloisio Almeida Jr
15c46ee386SAloisio Almeida Jr	  Say Y here to compile support for PN533 devices into the
16c46ee386SAloisio Almeida Jr	  kernel or say M to compile it as module (pn533).
17c46ee386SAloisio Almeida Jr
1893aead46SIlan Eliasconfig NFC_WILINK
1993aead46SIlan Elias	tristate "Texas Instruments NFC WiLink driver"
20ed46fdfcSRandy Dunlap	depends on TI_ST && NFC_NCI
2193aead46SIlan Elias	help
2293aead46SIlan Elias	  This enables the NFC driver for Texas Instrument's BT/FM/GPS/NFC
2393aead46SIlan Elias	  combo devices. This makes use of shared transport line discipline
2493aead46SIlan Elias	  core driver to communicate with the NFC core of the combo chip.
2593aead46SIlan Elias
2693aead46SIlan Elias	  Say Y here to compile support for Texas Instrument's NFC WiLink driver
2793aead46SIlan Elias	  into the kernel or say M to compile it as module.
2893aead46SIlan Elias
294912e2feSEric Lapuyadeconfig NFC_MEI_PHY
304912e2feSEric Lapuyade	tristate "MEI bus NFC device support"
31d999e4dbSSamuel Ortiz	depends on INTEL_MEI && NFC_HCI
324912e2feSEric Lapuyade	help
334912e2feSEric Lapuyade	  This adds support to use an mei bus nfc device. Select this if you
344912e2feSEric Lapuyade	  will use an HCI NFC driver for an NFC chip connected behind an
354912e2feSEric Lapuyade	  Intel's Management Engine chip.
364912e2feSEric Lapuyade
374912e2feSEric Lapuyade	  If unsure, say N.
384912e2feSEric Lapuyade
39*7cbe0ff3SThierry Escandeconfig NFC_SIM
40*7cbe0ff3SThierry Escande	tristate "NFC hardware simulator driver"
41*7cbe0ff3SThierry Escande	help
42*7cbe0ff3SThierry Escande	  This driver declares two virtual NFC devices supporting NFC-DEP
43*7cbe0ff3SThierry Escande	  protocol. An LLCP connection can be established between them and
44*7cbe0ff3SThierry Escande	  all packets sent from one device is sent back to the other, acting as
45*7cbe0ff3SThierry Escande	  loopback devices.
46*7cbe0ff3SThierry Escande
47*7cbe0ff3SThierry Escande	  If unsure, say N.
48*7cbe0ff3SThierry Escande
49aa741030SSamuel Ortizsource "drivers/nfc/pn544/Kconfig"
50cfad1ba8SEric Lapuyadesource "drivers/nfc/microread/Kconfig"
51aa741030SSamuel Ortiz
523e256b8fSLauro Ramos Venancioendmenu
53