xref: /linux/drivers/nfc/Kconfig (revision 562d4d59b8a1d5f3ca75115d6ac10c7b7bc68c06)
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
397cbe0ff3SThierry Escandeconfig NFC_SIM
407cbe0ff3SThierry Escande	tristate "NFC hardware simulator driver"
417cbe0ff3SThierry Escande	help
427cbe0ff3SThierry Escande	  This driver declares two virtual NFC devices supporting NFC-DEP
437cbe0ff3SThierry Escande	  protocol. An LLCP connection can be established between them and
447cbe0ff3SThierry Escande	  all packets sent from one device is sent back to the other, acting as
457cbe0ff3SThierry Escande	  loopback devices.
467cbe0ff3SThierry Escande
477cbe0ff3SThierry Escande	  If unsure, say N.
487cbe0ff3SThierry Escande
49*562d4d59SThierry Escandeconfig NFC_PORT100
50*562d4d59SThierry Escande	tristate "Sony NFC Port-100 Series USB device support"
51*562d4d59SThierry Escande	depends on USB
52*562d4d59SThierry Escande	depends on NFC_DIGITAL
53*562d4d59SThierry Escande	help
54*562d4d59SThierry Escande	  This adds support for Sony Port-100 chip based USB devices such as the
55*562d4d59SThierry Escande	  RC-S380 dongle.
56*562d4d59SThierry Escande
57*562d4d59SThierry Escande	  If unsure, say N.
58*562d4d59SThierry Escande
59aa741030SSamuel Ortizsource "drivers/nfc/pn544/Kconfig"
60cfad1ba8SEric Lapuyadesource "drivers/nfc/microread/Kconfig"
61aa741030SSamuel Ortiz
623e256b8fSLauro Ramos Venancioendmenu
63