Kconfig (245f0db0de926601353776085e6f6a4c974c5615) Kconfig (9815c7cf22daceabfb919ddcd6f2c80e049c1fbc)
1#
2# Near Field Communication (NFC) devices
3#
4
5menu "Near Field Communication (NFC) devices"
6 depends on NFC
7
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

--- 39 unchanged lines hidden (view full) ---

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"
8config NFC_WILINK
9 tristate "Texas Instruments NFC WiLink driver"
10 depends on TI_ST && NFC_NCI
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

--- 39 unchanged lines hidden (view full) ---

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
61source "drivers/nfc/fdp/Kconfig"
62source "drivers/nfc/pn544/Kconfig"
63source "drivers/nfc/pn533/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
64source "drivers/nfc/microread/Kconfig"
65source "drivers/nfc/nfcmrvl/Kconfig"
66source "drivers/nfc/st21nfca/Kconfig"
67source "drivers/nfc/st-nci/Kconfig"
68source "drivers/nfc/nxp-nci/Kconfig"
69source "drivers/nfc/s3fwrn5/Kconfig"
70source "drivers/nfc/st95hf/Kconfig"
71endmenu