blob: ec857676c39ffaffcb6d55c25917ec9beb1192ea [file] [log] [blame]
Matti J. Aaltonen03293262011-01-12 17:00:47 -08001#
2# Near Field Communication (NFC) devices
3#
4
Lauro Ramos Venancio3e256b82011-07-01 19:31:33 -03005menu "Near Field Communication (NFC) devices"
6 depends on NFC
Matti J. Aaltonen03293262011-01-12 17:00:47 -08007
Eric Lapuyadebbed0de2012-05-07 12:31:29 +02008config PN544_HCI_NFC
9 tristate "HCI PN544 NFC driver"
Eric Lapuyade412fda52012-09-18 19:45:48 +020010 depends on I2C && NFC_HCI && NFC_SHDLC
Eric Lapuyadebbed0de2012-05-07 12:31:29 +020011 select CRC_CCITT
12 default n
13 ---help---
14 NXP PN544 i2c driver.
15 This is a driver based on the SHDLC and HCI NFC kernel layers and
16 will thus not work with NXP libnfc library.
17
18 To compile this driver as a module, choose m here. The module will
19 be called pn544_hci.
20
Aloisio Almeida Jrc46ee382011-07-01 19:31:37 -030021config NFC_PN533
22 tristate "NXP PN533 USB driver"
23 depends on USB
24 help
25 NXP PN533 USB driver.
26 This driver provides support for NFC NXP PN533 devices.
27
28 Say Y here to compile support for PN533 devices into the
29 kernel or say M to compile it as module (pn533).
30
Ilan Elias93aead42011-09-18 11:19:36 +030031config NFC_WILINK
32 tristate "Texas Instruments NFC WiLink driver"
Randy Dunlaped46fdf2011-09-21 11:02:37 -070033 depends on TI_ST && NFC_NCI
Ilan Elias93aead42011-09-18 11:19:36 +030034 help
35 This enables the NFC driver for Texas Instrument's BT/FM/GPS/NFC
36 combo devices. This makes use of shared transport line discipline
37 core driver to communicate with the NFC core of the combo chip.
38
39 Say Y here to compile support for Texas Instrument's NFC WiLink driver
40 into the kernel or say M to compile it as module.
41
Lauro Ramos Venancio3e256b82011-07-01 19:31:33 -030042endmenu