blob: e57034971cccacaafb3814bef8dd5d0aa8b7e68d [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
Aloisio Almeida Jrc46ee382011-07-01 19:31:37 -03008config 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
Ilan Elias93aead42011-09-18 11:19:36 +030018config NFC_WILINK
19 tristate "Texas Instruments NFC WiLink driver"
Randy Dunlaped46fdf2011-09-21 11:02:37 -070020 depends on TI_ST && NFC_NCI
Ilan Elias93aead42011-09-18 11:19:36 +030021 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
Samuel Ortizaa741032012-12-18 16:26:23 +010029source "drivers/nfc/pn544/Kconfig"
Eric Lapuyadecfad1ba2012-12-18 14:53:53 +010030source "drivers/nfc/microread/Kconfig"
Samuel Ortizaa741032012-12-18 16:26:23 +010031
Lauro Ramos Venancio3e256b82011-07-01 19:31:33 -030032endmenu