blob: e1c6f99b7a6282be304475f6948f2043470b0f4e [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"
Thierry Escande8f49bec2016-07-04 16:42:55 +020043 depends on NFC_DIGITAL
Thierry Escande7cbe0ff2013-06-06 16:23:23 +020044 help
45 This driver declares two virtual NFC devices supporting NFC-DEP
46 protocol. An LLCP connection can be established between them and
47 all packets sent from one device is sent back to the other, acting as
48 loopback devices.
49
50 If unsure, say N.
51
Thierry Escande562d4d52013-10-04 12:12:00 +020052config NFC_PORT100
53 tristate "Sony NFC Port-100 Series USB device support"
54 depends on USB
55 depends on NFC_DIGITAL
56 help
57 This adds support for Sony Port-100 chip based USB devices such as the
58 RC-S380 dongle.
59
60 If unsure, say N.
61
Robert Dolcaa06347c2015-10-22 12:11:42 +030062source "drivers/nfc/fdp/Kconfig"
Samuel Ortizaa741032012-12-18 16:26:23 +010063source "drivers/nfc/pn544/Kconfig"
Michael Thalmeier9815c7c2016-03-25 15:46:53 +010064source "drivers/nfc/pn533/Kconfig"
Eric Lapuyadecfad1ba2012-12-18 14:53:53 +010065source "drivers/nfc/microread/Kconfig"
Amitkumar Karwarf26e30c2014-01-06 12:58:19 -080066source "drivers/nfc/nfcmrvl/Kconfig"
Christophe Ricard68957302014-03-25 06:51:47 +010067source "drivers/nfc/st21nfca/Kconfig"
Christophe Ricarded06aeef2015-06-09 22:26:05 +020068source "drivers/nfc/st-nci/Kconfig"
Clément Perrochauddece4582015-03-09 11:12:04 +010069source "drivers/nfc/nxp-nci/Kconfig"
Robert Baldygac04c6742015-08-20 17:26:02 +020070source "drivers/nfc/s3fwrn5/Kconfig"
Shikha Singhcab47332015-12-22 00:03:30 +010071source "drivers/nfc/st95hf/Kconfig"
Lauro Ramos Venancio3e256b82011-07-01 19:31:33 -030072endmenu
Gaurav Singhalc53bc292017-02-16 16:35:39 +053073
74config NFC_NQ
75 tristate "QTI NCI based NFC Controller Driver for NQx"
76 depends on I2C
77 help
78 This enables the NFC driver for NQx based devices.
79 This is for i2c connected version. NCI protocol logic
80 resides in the usermode and it has no other NFC dependencies.