Matti J. Aaltonen | 0329326 | 2011-01-12 17:00:47 -0800 | [diff] [blame] | 1 | # |
| 2 | # Near Field Communication (NFC) devices |
| 3 | # |
| 4 | |
Lauro Ramos Venancio | 3e256b8 | 2011-07-01 19:31:33 -0300 | [diff] [blame] | 5 | menu "Near Field Communication (NFC) devices" |
| 6 | depends on NFC |
Matti J. Aaltonen | 0329326 | 2011-01-12 17:00:47 -0800 | [diff] [blame] | 7 | |
Aloisio Almeida Jr | c46ee38 | 2011-07-01 19:31:37 -0300 | [diff] [blame] | 8 | config 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 Elias | 93aead4 | 2011-09-18 11:19:36 +0300 | [diff] [blame] | 18 | config NFC_WILINK |
| 19 | tristate "Texas Instruments NFC WiLink driver" |
Randy Dunlap | ed46fdf | 2011-09-21 11:02:37 -0700 | [diff] [blame] | 20 | depends on TI_ST && NFC_NCI |
Ilan Elias | 93aead4 | 2011-09-18 11:19:36 +0300 | [diff] [blame] | 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 | |
| 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 Ortiz | aa74103 | 2012-12-18 16:26:23 +0100 | [diff] [blame] | 29 | source "drivers/nfc/pn544/Kconfig" |
Eric Lapuyade | cfad1ba | 2012-12-18 14:53:53 +0100 | [diff] [blame] | 30 | source "drivers/nfc/microread/Kconfig" |
Samuel Ortiz | aa74103 | 2012-12-18 16:26:23 +0100 | [diff] [blame] | 31 | |
Lauro Ramos Venancio | 3e256b8 | 2011-07-01 19:31:33 -0300 | [diff] [blame] | 32 | endmenu |