blob: ea8321a483f95a2f329255a55aeb4f6ecc4ba7bf [file] [log] [blame]
Matti J. Aaltonen03293262011-01-12 17:00:47 -08001#
2# Near Field Communication (NFC) devices
3#
4
Lauro Ramos Venancio3e256b82011-07-01 19:31:33 -03005menu "Near Field Communication (NFC) devices"
6 depends on NFC
Matti J. Aaltonen03293262011-01-12 17:00:47 -08007
Ilan Elias93aead42011-09-18 11:19:36 +03008config NFC_WILINK
9 tristate "Texas Instruments NFC WiLink driver"
Randy Dunlaped46fdf2011-09-21 11:02:37 -070010 depends on TI_ST && NFC_NCI
Ilan Elias93aead42011-09-18 11:19:36 +030011 help
12 This enables the NFC driver for Texas Instrument's BT/FM/GPS/NFC
13 combo devices. This makes use of shared transport line discipline
14 core driver to communicate with the NFC core of the combo chip.
15
16 Say Y here to compile support for Texas Instrument's NFC WiLink driver
17 into the kernel or say M to compile it as module.
18
Mark A. Greer165063f2014-03-10 11:56:22 -070019config NFC_TRF7970A
20 tristate "Texas Instruments TRF7970a NFC driver"
21 depends on SPI && NFC_DIGITAL
22 help
23 This option enables the NFC driver for Texas Instruments' TRF7970a
24 device. Such device supports 5 different protocols: ISO14443A,
25 ISO14443B, FeLiCa, ISO15693 and ISO18000-3.
26
27 Say Y here to compile support for TRF7970a into the kernel or
28 say M to compile it as a module. The module will be called
29 trf7970a.ko.
30
Eric Lapuyade4912e2f2013-04-15 11:19:20 +020031config NFC_MEI_PHY
32 tristate "MEI bus NFC device support"
Samuel Ortizd999e4d2013-04-30 23:22:34 +020033 depends on INTEL_MEI && NFC_HCI
Eric Lapuyade4912e2f2013-04-15 11:19:20 +020034 help
35 This adds support to use an mei bus nfc device. Select this if you
36 will use an HCI NFC driver for an NFC chip connected behind an
37 Intel's Management Engine chip.
38
39 If unsure, say N.
40
Thierry Escande7cbe0ff2013-06-06 16:23:23 +020041config NFC_SIM
42 tristate "NFC hardware simulator driver"
43 help
44 This driver declares two virtual NFC devices supporting NFC-DEP
45 protocol. An LLCP connection can be established between them and
46 all packets sent from one device is sent back to the other, acting as
47 loopback devices.
48
49 If unsure, say N.
50
Thierry Escande562d4d52013-10-04 12:12:00 +020051config NFC_PORT100
52 tristate "Sony NFC Port-100 Series USB device support"
53 depends on USB
54 depends on NFC_DIGITAL
55 help
56 This adds support for Sony Port-100 chip based USB devices such as the
57 RC-S380 dongle.
58
59 If unsure, say N.
60
Robert Dolcaa06347c2015-10-22 12:11:42 +030061source "drivers/nfc/fdp/Kconfig"
Samuel Ortizaa741032012-12-18 16:26:23 +010062source "drivers/nfc/pn544/Kconfig"
Michael Thalmeier9815c7c2016-03-25 15:46:53 +010063source "drivers/nfc/pn533/Kconfig"
Eric Lapuyadecfad1ba2012-12-18 14:53:53 +010064source "drivers/nfc/microread/Kconfig"
Amitkumar Karwarf26e30c2014-01-06 12:58:19 -080065source "drivers/nfc/nfcmrvl/Kconfig"
Christophe Ricard68957302014-03-25 06:51:47 +010066source "drivers/nfc/st21nfca/Kconfig"
Christophe Ricarded06aeef2015-06-09 22:26:05 +020067source "drivers/nfc/st-nci/Kconfig"
Clément Perrochauddece4582015-03-09 11:12:04 +010068source "drivers/nfc/nxp-nci/Kconfig"
Robert Baldygac04c6742015-08-20 17:26:02 +020069source "drivers/nfc/s3fwrn5/Kconfig"
Shikha Singhcab47332015-12-22 00:03:30 +010070source "drivers/nfc/st95hf/Kconfig"
Lauro Ramos Venancio3e256b82011-07-01 19:31:33 -030071endmenu