Merge tag 'fixes-rcu-fiq-signed' of git://git.kernel.org/pub/scm/linux/kernel/git...
[deliverable/linux.git] / drivers / nfc / Kconfig
CommitLineData
0329326e
MA
1#
2# Near Field Communication (NFC) devices
3#
4
3e256b8f
LRV
5menu "Near Field Communication (NFC) devices"
6 depends on NFC
0329326e 7
93aead46
IE
8config NFC_WILINK
9 tristate "Texas Instruments NFC WiLink driver"
ed46fdfc 10 depends on TI_ST && NFC_NCI
93aead46
IE
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
165063f1
MG
19config 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
4912e2fe
EL
31config NFC_MEI_PHY
32 tristate "MEI bus NFC device support"
d999e4db 33 depends on INTEL_MEI && NFC_HCI
4912e2fe
EL
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
7cbe0ff3
TE
41config NFC_SIM
42 tristate "NFC hardware simulator driver"
43 help
44 This driver declares two virtual NFC devices supporting NFC-DEP
45 protocol. An LLCP connection can be established between them and
46 all packets sent from one device is sent back to the other, acting as
47 loopback devices.
48
49 If unsure, say N.
50
562d4d59
TE
51config NFC_PORT100
52 tristate "Sony NFC Port-100 Series USB device support"
53 depends on USB
54 depends on NFC_DIGITAL
55 help
56 This adds support for Sony Port-100 chip based USB devices such as the
57 RC-S380 dongle.
58
59 If unsure, say N.
60
a06347c0 61source "drivers/nfc/fdp/Kconfig"
aa741030 62source "drivers/nfc/pn544/Kconfig"
9815c7cf 63source "drivers/nfc/pn533/Kconfig"
cfad1ba8 64source "drivers/nfc/microread/Kconfig"
f26e30cc 65source "drivers/nfc/nfcmrvl/Kconfig"
68957303 66source "drivers/nfc/st21nfca/Kconfig"
ed06aeef 67source "drivers/nfc/st-nci/Kconfig"
dece4585 68source "drivers/nfc/nxp-nci/Kconfig"
c04c674f 69source "drivers/nfc/s3fwrn5/Kconfig"
cab47333 70source "drivers/nfc/st95hf/Kconfig"
3e256b8f 71endmenu
This page took 0.321197 seconds and 5 git commands to generate.