RK3368 Scpi: add Scpi version check
[firefly-linux-kernel-4.4.55.git] / drivers / nfc / Kconfig
1 #
2 # Near Field Communication (NFC) devices
3 #
4
5 menu "Near Field Communication (NFC) devices"
6         depends on NFC
7
8 config BCM2079X_NFC
9     tristate "bcm2079x NFC driver"
10     depends on AP6493 && AP6441
11     default n
12     ---help---
13       Say yes if you want bcm2079x Near Field Communication driver.
14       This is for i2c connected version. If unsure, say N here.
15
16 config NFC_PN533
17         tristate "NXP PN533 USB driver"
18         depends on USB
19         help
20           NXP PN533 USB driver.
21           This driver provides support for NFC NXP PN533 devices.
22
23           Say Y here to compile support for PN533 devices into the
24           kernel or say M to compile it as module (pn533).
25
26 config NFC_WILINK
27         tristate "Texas Instruments NFC WiLink driver"
28         depends on TI_ST && NFC_NCI
29         help
30           This enables the NFC driver for Texas Instrument's BT/FM/GPS/NFC
31           combo devices. This makes use of shared transport line discipline
32           core driver to communicate with the NFC core of the combo chip.
33
34           Say Y here to compile support for Texas Instrument's NFC WiLink driver
35           into the kernel or say M to compile it as module.
36
37 config NFC_MEI_PHY
38         tristate "MEI bus NFC device support"
39         depends on INTEL_MEI && NFC_HCI
40         help
41           This adds support to use an mei bus nfc device. Select this if you
42           will use an HCI NFC driver for an NFC chip connected behind an
43           Intel's Management Engine chip.
44
45           If unsure, say N.
46
47 source "drivers/nfc/pn544/Kconfig"
48 source "drivers/nfc/microread/Kconfig"
49
50 endmenu