blob: 7437c9dfd8fc8b28735d3838468fafae826c34f6 [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
Aloisio Almeida Jrc46ee382011-07-01 19:31:37 -03008config NFC_PN533
9 tristate "NXP PN533 USB driver"
10 depends on USB
11 help
12 NXP PN533 USB driver.
13 This driver provides support for NFC NXP PN533 devices.
14
15 Say Y here to compile support for PN533 devices into the
16 kernel or say M to compile it as module (pn533).
17
Ilan Elias93aead42011-09-18 11:19:36 +030018config NFC_WILINK
19 tristate "Texas Instruments NFC WiLink driver"
Randy Dunlaped46fdf2011-09-21 11:02:37 -070020 depends on TI_ST && NFC_NCI
Ilan Elias93aead42011-09-18 11:19:36 +030021 help
22 This enables the NFC driver for Texas Instrument's BT/FM/GPS/NFC
23 combo devices. This makes use of shared transport line discipline
24 core driver to communicate with the NFC core of the combo chip.
25
26 Say Y here to compile support for Texas Instrument's NFC WiLink driver
27 into the kernel or say M to compile it as module.
28
Mark A. Greer165063f2014-03-10 11:56:22 -070029config NFC_TRF7970A
30 tristate "Texas Instruments TRF7970a NFC driver"
31 depends on SPI && NFC_DIGITAL
32 help
33 This option enables the NFC driver for Texas Instruments' TRF7970a
34 device. Such device supports 5 different protocols: ISO14443A,
35 ISO14443B, FeLiCa, ISO15693 and ISO18000-3.
36
37 Say Y here to compile support for TRF7970a into the kernel or
38 say M to compile it as a module. The module will be called
39 trf7970a.ko.
40
Eric Lapuyade4912e2f2013-04-15 11:19:20 +020041config NFC_MEI_PHY
42 tristate "MEI bus NFC device support"
Samuel Ortizd999e4d2013-04-30 23:22:34 +020043 depends on INTEL_MEI && NFC_HCI
Eric Lapuyade4912e2f2013-04-15 11:19:20 +020044 help
45 This adds support to use an mei bus nfc device. Select this if you
46 will use an HCI NFC driver for an NFC chip connected behind an
47 Intel's Management Engine chip.
48
49 If unsure, say N.
50
Thierry Escande7cbe0ff2013-06-06 16:23:23 +020051config NFC_SIM
52 tristate "NFC hardware simulator driver"
53 help
54 This driver declares two virtual NFC devices supporting NFC-DEP
55 protocol. An LLCP connection can be established between them and
56 all packets sent from one device is sent back to the other, acting as
57 loopback devices.
58
59 If unsure, say N.
60
Thierry Escande562d4d52013-10-04 12:12:00 +020061config NFC_PORT100
62 tristate "Sony NFC Port-100 Series USB device support"
63 depends on USB
64 depends on NFC_DIGITAL
65 help
66 This adds support for Sony Port-100 chip based USB devices such as the
67 RC-S380 dongle.
68
69 If unsure, say N.
70
Robert Dolcaa06347c2015-10-22 12:11:42 +030071source "drivers/nfc/fdp/Kconfig"
Samuel Ortizaa741032012-12-18 16:26:23 +010072source "drivers/nfc/pn544/Kconfig"
Eric Lapuyadecfad1ba2012-12-18 14:53:53 +010073source "drivers/nfc/microread/Kconfig"
Amitkumar Karwarf26e30c2014-01-06 12:58:19 -080074source "drivers/nfc/nfcmrvl/Kconfig"
Christophe Ricard68957302014-03-25 06:51:47 +010075source "drivers/nfc/st21nfca/Kconfig"
Christophe Ricarded06aeef2015-06-09 22:26:05 +020076source "drivers/nfc/st-nci/Kconfig"
Clément Perrochauddece4582015-03-09 11:12:04 +010077source "drivers/nfc/nxp-nci/Kconfig"
Robert Baldygac04c6742015-08-20 17:26:02 +020078source "drivers/nfc/s3fwrn5/Kconfig"
Shikha Singhcab47332015-12-22 00:03:30 +010079source "drivers/nfc/st95hf/Kconfig"
Lauro Ramos Venancio3e256b82011-07-01 19:31:33 -030080endmenu