2 # Near Field Communication (NFC) devices
5 menu "Near Field Communication (NFC) devices"
9 tristate "NXP PN533 USB driver"
13 This driver provides support for NFC NXP PN533 devices.
15 Say Y here to compile support for PN533 devices into the
16 kernel or say M to compile it as module (pn533).
19 tristate "Texas Instruments NFC WiLink driver"
20 depends on TI_ST && NFC_NCI
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.
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.
30 tristate "Texas Instruments TRF7970a NFC driver"
31 depends on SPI && NFC_DIGITAL
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.
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
42 tristate "MEI bus NFC device support"
43 depends on INTEL_MEI && NFC_HCI
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.
52 tristate "NFC hardware simulator driver"
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
62 tristate "Sony NFC Port-100 Series USB device support"
64 depends on NFC_DIGITAL
66 This adds support for Sony Port-100 chip based USB devices such as the
71 source "drivers/nfc/fdp/Kconfig"
72 source "drivers/nfc/pn544/Kconfig"
73 source "drivers/nfc/microread/Kconfig"
74 source "drivers/nfc/nfcmrvl/Kconfig"
75 source "drivers/nfc/st21nfca/Kconfig"
76 source "drivers/nfc/st-nci/Kconfig"
77 source "drivers/nfc/nxp-nci/Kconfig"
78 source "drivers/nfc/s3fwrn5/Kconfig"