blob: 288c6f1c697922e3a19ba42ee05af945558ad826 [file] [log] [blame]
Thomas Gleixnerec8f24b2019-05-19 13:07:45 +01001# SPDX-License-Identifier: GPL-2.0-only
Matti J. Aaltonen03293262011-01-12 17:00:47 -08002#
3# Near Field Communication (NFC) devices
4#
5
Lauro Ramos Venancio3e256b82011-07-01 19:31:33 -03006menu "Near Field Communication (NFC) devices"
7 depends on NFC
Matti J. Aaltonen03293262011-01-12 17:00:47 -08008
Mark A. Greer165063f2014-03-10 11:56:22 -07009config NFC_TRF7970A
10 tristate "Texas Instruments TRF7970a NFC driver"
Mark Greerd34e48d2017-04-25 15:43:55 -070011 depends on SPI && NFC_DIGITAL && GPIOLIB
Mark A. Greer165063f2014-03-10 11:56:22 -070012 help
13 This option enables the NFC driver for Texas Instruments' TRF7970a
14 device. Such device supports 5 different protocols: ISO14443A,
15 ISO14443B, FeLiCa, ISO15693 and ISO18000-3.
16
17 Say Y here to compile support for TRF7970a into the kernel or
18 say M to compile it as a module. The module will be called
19 trf7970a.ko.
20
Eric Lapuyade4912e2f2013-04-15 11:19:20 +020021config NFC_MEI_PHY
22 tristate "MEI bus NFC device support"
Samuel Ortizd999e4d2013-04-30 23:22:34 +020023 depends on INTEL_MEI && NFC_HCI
Eric Lapuyade4912e2f2013-04-15 11:19:20 +020024 help
25 This adds support to use an mei bus nfc device. Select this if you
26 will use an HCI NFC driver for an NFC chip connected behind an
27 Intel's Management Engine chip.
28
29 If unsure, say N.
30
Thierry Escande7cbe0ff2013-06-06 16:23:23 +020031config NFC_SIM
32 tristate "NFC hardware simulator driver"
Thierry Escande8f49bec2016-07-04 16:42:55 +020033 depends on NFC_DIGITAL
Thierry Escande7cbe0ff2013-06-06 16:23:23 +020034 help
35 This driver declares two virtual NFC devices supporting NFC-DEP
36 protocol. An LLCP connection can be established between them and
37 all packets sent from one device is sent back to the other, acting as
38 loopback devices.
39
40 If unsure, say N.
41
Thierry Escande562d4d52013-10-04 12:12:00 +020042config NFC_PORT100
43 tristate "Sony NFC Port-100 Series USB device support"
44 depends on USB
45 depends on NFC_DIGITAL
46 help
47 This adds support for Sony Port-100 chip based USB devices such as the
48 RC-S380 dongle.
49
50 If unsure, say N.
51
Bongsu Jeone624e6c2021-01-27 22:08:28 +090052config NFC_VIRTUAL_NCI
53 tristate "NCI device simulator driver"
54 depends on NFC_NCI
55 help
56 NCI virtual device simulates a NCI device to the user.
57 It can be used to validate the NCI module and applications.
58 This driver supports communication between the virtual NCI device and
59 module.
60
61 If unsure, say N.
62
Robert Dolcaa06347c2015-10-22 12:11:42 +030063source "drivers/nfc/fdp/Kconfig"
Samuel Ortizaa741032012-12-18 16:26:23 +010064source "drivers/nfc/pn544/Kconfig"
Michael Thalmeier9815c7c2016-03-25 15:46:53 +010065source "drivers/nfc/pn533/Kconfig"
Eric Lapuyadecfad1ba2012-12-18 14:53:53 +010066source "drivers/nfc/microread/Kconfig"
Amitkumar Karwarf26e30c2014-01-06 12:58:19 -080067source "drivers/nfc/nfcmrvl/Kconfig"
Christophe Ricard68957302014-03-25 06:51:47 +010068source "drivers/nfc/st21nfca/Kconfig"
Christophe Ricarded06aeef2015-06-09 22:26:05 +020069source "drivers/nfc/st-nci/Kconfig"
Clément Perrochauddece4582015-03-09 11:12:04 +010070source "drivers/nfc/nxp-nci/Kconfig"
Robert Baldygac04c6742015-08-20 17:26:02 +020071source "drivers/nfc/s3fwrn5/Kconfig"
Shikha Singhcab47332015-12-22 00:03:30 +010072source "drivers/nfc/st95hf/Kconfig"
Lauro Ramos Venancio3e256b82011-07-01 19:31:33 -030073endmenu