2011-01-13 04:00:47 +03:00
|
|
|
#
|
|
|
|
# Near Field Communication (NFC) devices
|
|
|
|
#
|
|
|
|
|
2011-07-02 02:31:33 +04:00
|
|
|
menu "Near Field Communication (NFC) devices"
|
|
|
|
depends on NFC
|
2011-01-13 04:00:47 +03:00
|
|
|
|
2011-07-02 02:31:37 +04:00
|
|
|
config NFC_PN533
|
|
|
|
tristate "NXP PN533 USB driver"
|
|
|
|
depends on USB
|
|
|
|
help
|
|
|
|
NXP PN533 USB driver.
|
|
|
|
This driver provides support for NFC NXP PN533 devices.
|
|
|
|
|
|
|
|
Say Y here to compile support for PN533 devices into the
|
|
|
|
kernel or say M to compile it as module (pn533).
|
|
|
|
|
2011-09-18 12:19:36 +04:00
|
|
|
config NFC_WILINK
|
|
|
|
tristate "Texas Instruments NFC WiLink driver"
|
2011-09-21 22:02:37 +04:00
|
|
|
depends on TI_ST && NFC_NCI
|
2011-09-18 12:19:36 +04:00
|
|
|
help
|
|
|
|
This enables the NFC driver for Texas Instrument's BT/FM/GPS/NFC
|
|
|
|
combo devices. This makes use of shared transport line discipline
|
|
|
|
core driver to communicate with the NFC core of the combo chip.
|
|
|
|
|
|
|
|
Say Y here to compile support for Texas Instrument's NFC WiLink driver
|
|
|
|
into the kernel or say M to compile it as module.
|
|
|
|
|
2013-04-15 13:19:20 +04:00
|
|
|
config NFC_MEI_PHY
|
|
|
|
tristate "MEI bus NFC device support"
|
2013-05-01 01:22:34 +04:00
|
|
|
depends on INTEL_MEI && NFC_HCI
|
2013-04-15 13:19:20 +04:00
|
|
|
help
|
|
|
|
This adds support to use an mei bus nfc device. Select this if you
|
|
|
|
will use an HCI NFC driver for an NFC chip connected behind an
|
|
|
|
Intel's Management Engine chip.
|
|
|
|
|
|
|
|
If unsure, say N.
|
|
|
|
|
2012-12-18 19:26:23 +04:00
|
|
|
source "drivers/nfc/pn544/Kconfig"
|
2012-12-18 17:53:53 +04:00
|
|
|
source "drivers/nfc/microread/Kconfig"
|
2012-12-18 19:26:23 +04:00
|
|
|
|
2011-07-02 02:31:33 +04:00
|
|
|
endmenu
|