Loading...
1# SPDX-License-Identifier: GPL-2.0-only
2#
3# Near Field Communication (NFC) devices
4#
5
6menu "Near Field Communication (NFC) devices"
7 depends on NFC
8
9config NFC_TRF7970A
10 tristate "Texas Instruments TRF7970a NFC driver"
11 depends on SPI && NFC_DIGITAL && GPIOLIB
12 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
21config NFC_MEI_PHY
22 tristate "MEI bus NFC device support"
23 depends on INTEL_MEI && NFC_HCI
24 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
31config NFC_SIM
32 tristate "NFC hardware simulator driver"
33 depends on NFC_DIGITAL
34 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
42config 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
52source "drivers/nfc/fdp/Kconfig"
53source "drivers/nfc/pn544/Kconfig"
54source "drivers/nfc/pn533/Kconfig"
55source "drivers/nfc/microread/Kconfig"
56source "drivers/nfc/nfcmrvl/Kconfig"
57source "drivers/nfc/st21nfca/Kconfig"
58source "drivers/nfc/st-nci/Kconfig"
59source "drivers/nfc/nxp-nci/Kconfig"
60source "drivers/nfc/s3fwrn5/Kconfig"
61source "drivers/nfc/st95hf/Kconfig"
62endmenu
1#
2# Near Field Communication (NFC) devices
3#
4
5menu "Near Field Communication (NFC) devices"
6 depends on NFC
7
8config 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
18config NFC_WILINK
19 tristate "Texas Instruments NFC WiLink driver"
20 depends on TI_ST && NFC_NCI
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
29config 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
41config NFC_MEI_PHY
42 tristate "MEI bus NFC device support"
43 depends on INTEL_MEI && NFC_HCI
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
51config 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
61config 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
71source "drivers/nfc/fdp/Kconfig"
72source "drivers/nfc/pn544/Kconfig"
73source "drivers/nfc/microread/Kconfig"
74source "drivers/nfc/nfcmrvl/Kconfig"
75source "drivers/nfc/st21nfca/Kconfig"
76source "drivers/nfc/st-nci/Kconfig"
77source "drivers/nfc/nxp-nci/Kconfig"
78source "drivers/nfc/s3fwrn5/Kconfig"
79source "drivers/nfc/st95hf/Kconfig"
80endmenu