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 | |
Aloisio Almeida Jr | c46ee38 | 2011-07-01 19:31:37 -0300 | [diff] [blame] | 8 | config 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 Elias | 93aead4 | 2011-09-18 11:19:36 +0300 | [diff] [blame] | 18 | config NFC_WILINK |
| 19 | tristate "Texas Instruments NFC WiLink driver" |
Randy Dunlap | ed46fdf | 2011-09-21 11:02:37 -0700 | [diff] [blame] | 20 | depends on TI_ST && NFC_NCI |
Ilan Elias | 93aead4 | 2011-09-18 11:19:36 +0300 | [diff] [blame] | 21 | 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. Greer | 165063f | 2014-03-10 11:56:22 -0700 | [diff] [blame] | 29 | config 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 Lapuyade | 4912e2f | 2013-04-15 11:19:20 +0200 | [diff] [blame] | 41 | config NFC_MEI_PHY |
| 42 | tristate "MEI bus NFC device support" |
Samuel Ortiz | d999e4d | 2013-04-30 23:22:34 +0200 | [diff] [blame] | 43 | depends on INTEL_MEI && NFC_HCI |
Eric Lapuyade | 4912e2f | 2013-04-15 11:19:20 +0200 | [diff] [blame] | 44 | 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 Escande | 7cbe0ff | 2013-06-06 16:23:23 +0200 | [diff] [blame] | 51 | config 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 Escande | 562d4d5 | 2013-10-04 12:12:00 +0200 | [diff] [blame] | 61 | config 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 | |
Samuel Ortiz | aa74103 | 2012-12-18 16:26:23 +0100 | [diff] [blame] | 71 | source "drivers/nfc/pn544/Kconfig" |
Eric Lapuyade | cfad1ba | 2012-12-18 14:53:53 +0100 | [diff] [blame] | 72 | source "drivers/nfc/microread/Kconfig" |
Amitkumar Karwar | f26e30c | 2014-01-06 12:58:19 -0800 | [diff] [blame] | 73 | source "drivers/nfc/nfcmrvl/Kconfig" |
Christophe Ricard | 6895730 | 2014-03-25 06:51:47 +0100 | [diff] [blame] | 74 | source "drivers/nfc/st21nfca/Kconfig" |
Christophe Ricard | ed06aeef | 2015-06-09 22:26:05 +0200 | [diff] [blame] | 75 | source "drivers/nfc/st-nci/Kconfig" |
Clément Perrochaud | dece458 | 2015-03-09 11:12:04 +0100 | [diff] [blame] | 76 | source "drivers/nfc/nxp-nci/Kconfig" |
Lauro Ramos Venancio | 3e256b8 | 2011-07-01 19:31:33 -0300 | [diff] [blame] | 77 | endmenu |