blob: b065eb6052150e5c88a6c8ceb13bfa44c29a821e [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
Mark A. Greer165063f2014-03-10 11:56:22 -07008config NFC_TRF7970A
9 tristate "Texas Instruments TRF7970a NFC driver"
Mark Greerd34e48d2017-04-25 15:43:55 -070010 depends on SPI && NFC_DIGITAL && GPIOLIB
Mark A. Greer165063f2014-03-10 11:56:22 -070011 help
12 This option enables the NFC driver for Texas Instruments' TRF7970a
13 device. Such device supports 5 different protocols: ISO14443A,
14 ISO14443B, FeLiCa, ISO15693 and ISO18000-3.
15
16 Say Y here to compile support for TRF7970a into the kernel or
17 say M to compile it as a module. The module will be called
18 trf7970a.ko.
19
Eric Lapuyade4912e2f2013-04-15 11:19:20 +020020config NFC_MEI_PHY
21 tristate "MEI bus NFC device support"
Samuel Ortizd999e4d2013-04-30 23:22:34 +020022 depends on INTEL_MEI && NFC_HCI
Eric Lapuyade4912e2f2013-04-15 11:19:20 +020023 help
24 This adds support to use an mei bus nfc device. Select this if you
25 will use an HCI NFC driver for an NFC chip connected behind an
26 Intel's Management Engine chip.
27
28 If unsure, say N.
29
Thierry Escande7cbe0ff2013-06-06 16:23:23 +020030config NFC_SIM
31 tristate "NFC hardware simulator driver"
Thierry Escande8f49bec2016-07-04 16:42:55 +020032 depends on NFC_DIGITAL
Thierry Escande7cbe0ff2013-06-06 16:23:23 +020033 help
34 This driver declares two virtual NFC devices supporting NFC-DEP
35 protocol. An LLCP connection can be established between them and
36 all packets sent from one device is sent back to the other, acting as
37 loopback devices.
38
39 If unsure, say N.
40
Thierry Escande562d4d52013-10-04 12:12:00 +020041config NFC_PORT100
42 tristate "Sony NFC Port-100 Series USB device support"
43 depends on USB
44 depends on NFC_DIGITAL
45 help
46 This adds support for Sony Port-100 chip based USB devices such as the
47 RC-S380 dongle.
48
49 If unsure, say N.
50
Robert Dolcaa06347c2015-10-22 12:11:42 +030051source "drivers/nfc/fdp/Kconfig"
Samuel Ortizaa741032012-12-18 16:26:23 +010052source "drivers/nfc/pn544/Kconfig"
Michael Thalmeier9815c7c2016-03-25 15:46:53 +010053source "drivers/nfc/pn533/Kconfig"
Eric Lapuyadecfad1ba2012-12-18 14:53:53 +010054source "drivers/nfc/microread/Kconfig"
Amitkumar Karwarf26e30c2014-01-06 12:58:19 -080055source "drivers/nfc/nfcmrvl/Kconfig"
Christophe Ricard68957302014-03-25 06:51:47 +010056source "drivers/nfc/st21nfca/Kconfig"
Christophe Ricarded06aeef2015-06-09 22:26:05 +020057source "drivers/nfc/st-nci/Kconfig"
Clément Perrochauddece4582015-03-09 11:12:04 +010058source "drivers/nfc/nxp-nci/Kconfig"
Robert Baldygac04c6742015-08-20 17:26:02 +020059source "drivers/nfc/s3fwrn5/Kconfig"
Shikha Singhcab47332015-12-22 00:03:30 +010060source "drivers/nfc/st95hf/Kconfig"
Lauro Ramos Venancio3e256b82011-07-01 19:31:33 -030061endmenu