Matti J. Aaltonen | 0329326 | 2011-01-12 17:00:47 -0800 | [diff] [blame] | 1 | # |
| 2 | # Near Field Communication (NFC) devices |
| 3 | # |
| 4 | |
Lauro Ramos Venancio | 3e256b8 | 2011-07-01 19:31:33 -0300 | [diff] [blame] | 5 | menu "Near Field Communication (NFC) devices" |
| 6 | depends on NFC |
Matti J. Aaltonen | 0329326 | 2011-01-12 17:00:47 -0800 | [diff] [blame] | 7 | |
Ilan Elias | 93aead4 | 2011-09-18 11:19:36 +0300 | [diff] [blame] | 8 | config NFC_WILINK |
| 9 | tristate "Texas Instruments NFC WiLink driver" |
Randy Dunlap | ed46fdf | 2011-09-21 11:02:37 -0700 | [diff] [blame] | 10 | depends on TI_ST && NFC_NCI |
Ilan Elias | 93aead4 | 2011-09-18 11:19:36 +0300 | [diff] [blame] | 11 | 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. Greer | 165063f | 2014-03-10 11:56:22 -0700 | [diff] [blame] | 19 | config 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 Lapuyade | 4912e2f | 2013-04-15 11:19:20 +0200 | [diff] [blame] | 31 | config NFC_MEI_PHY |
| 32 | tristate "MEI bus NFC device support" |
Samuel Ortiz | d999e4d | 2013-04-30 23:22:34 +0200 | [diff] [blame] | 33 | depends on INTEL_MEI && NFC_HCI |
Eric Lapuyade | 4912e2f | 2013-04-15 11:19:20 +0200 | [diff] [blame] | 34 | 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 Escande | 7cbe0ff | 2013-06-06 16:23:23 +0200 | [diff] [blame] | 41 | config NFC_SIM |
| 42 | tristate "NFC hardware simulator driver" |
Thierry Escande | 8f49bec | 2016-07-04 16:42:55 +0200 | [diff] [blame] | 43 | depends on NFC_DIGITAL |
Thierry Escande | 7cbe0ff | 2013-06-06 16:23:23 +0200 | [diff] [blame] | 44 | 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 Escande | 562d4d5 | 2013-10-04 12:12:00 +0200 | [diff] [blame] | 52 | config 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 Dolca | a06347c | 2015-10-22 12:11:42 +0300 | [diff] [blame] | 62 | source "drivers/nfc/fdp/Kconfig" |
Samuel Ortiz | aa74103 | 2012-12-18 16:26:23 +0100 | [diff] [blame] | 63 | source "drivers/nfc/pn544/Kconfig" |
Michael Thalmeier | 9815c7c | 2016-03-25 15:46:53 +0100 | [diff] [blame] | 64 | source "drivers/nfc/pn533/Kconfig" |
Eric Lapuyade | cfad1ba | 2012-12-18 14:53:53 +0100 | [diff] [blame] | 65 | source "drivers/nfc/microread/Kconfig" |
Amitkumar Karwar | f26e30c | 2014-01-06 12:58:19 -0800 | [diff] [blame] | 66 | source "drivers/nfc/nfcmrvl/Kconfig" |
Christophe Ricard | 6895730 | 2014-03-25 06:51:47 +0100 | [diff] [blame] | 67 | source "drivers/nfc/st21nfca/Kconfig" |
Christophe Ricard | ed06aeef | 2015-06-09 22:26:05 +0200 | [diff] [blame] | 68 | source "drivers/nfc/st-nci/Kconfig" |
Clément Perrochaud | dece458 | 2015-03-09 11:12:04 +0100 | [diff] [blame] | 69 | source "drivers/nfc/nxp-nci/Kconfig" |
Robert Baldyga | c04c674 | 2015-08-20 17:26:02 +0200 | [diff] [blame] | 70 | source "drivers/nfc/s3fwrn5/Kconfig" |
Shikha Singh | cab4733 | 2015-12-22 00:03:30 +0100 | [diff] [blame] | 71 | source "drivers/nfc/st95hf/Kconfig" |
Lauro Ramos Venancio | 3e256b8 | 2011-07-01 19:31:33 -0300 | [diff] [blame] | 72 | endmenu |