| 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 |  | 
 | 8 | config PN544_NFC | 
 | 9 | 	tristate "PN544 NFC driver" | 
 | 10 | 	depends on I2C | 
 | 11 | 	select CRC_CCITT | 
 | 12 | 	default n | 
 | 13 | 	---help--- | 
 | 14 | 	  Say yes if you want PN544 Near Field Communication driver. | 
 | 15 | 	  This is for i2c connected version. If unsure, say N here. | 
 | 16 |  | 
 | 17 | 	  To compile this driver as a module, choose m here. The module will | 
 | 18 | 	  be called pn544. | 
 | 19 |  | 
| Eric Lapuyade | bbed0de | 2012-05-07 12:31:29 +0200 | [diff] [blame] | 20 | config PN544_HCI_NFC | 
 | 21 | 	tristate "HCI PN544 NFC driver" | 
 | 22 | 	depends on I2C && NFC_SHDLC | 
 | 23 | 	select CRC_CCITT | 
 | 24 | 	default n | 
 | 25 | 	---help--- | 
 | 26 | 	  NXP PN544 i2c driver. | 
 | 27 | 	  This is a driver based on the SHDLC and HCI NFC kernel layers and | 
 | 28 | 	  will thus not work with NXP libnfc library. | 
 | 29 |  | 
 | 30 | 	  To compile this driver as a module, choose m here. The module will | 
 | 31 | 	  be called pn544_hci. | 
 | 32 |  | 
| Aloisio Almeida Jr | c46ee38 | 2011-07-01 19:31:37 -0300 | [diff] [blame] | 33 | config NFC_PN533 | 
 | 34 | 	tristate "NXP PN533 USB driver" | 
 | 35 | 	depends on USB | 
 | 36 | 	help | 
 | 37 | 	  NXP PN533 USB driver. | 
 | 38 | 	  This driver provides support for NFC NXP PN533 devices. | 
 | 39 |  | 
 | 40 | 	  Say Y here to compile support for PN533 devices into the | 
 | 41 | 	  kernel or say M to compile it as module (pn533). | 
 | 42 |  | 
| Ilan Elias | 93aead4 | 2011-09-18 11:19:36 +0300 | [diff] [blame] | 43 | config NFC_WILINK | 
 | 44 | 	tristate "Texas Instruments NFC WiLink driver" | 
| Randy Dunlap | ed46fdf | 2011-09-21 11:02:37 -0700 | [diff] [blame] | 45 | 	depends on TI_ST && NFC_NCI | 
| Ilan Elias | 93aead4 | 2011-09-18 11:19:36 +0300 | [diff] [blame] | 46 | 	help | 
 | 47 | 	  This enables the NFC driver for Texas Instrument's BT/FM/GPS/NFC | 
 | 48 | 	  combo devices. This makes use of shared transport line discipline | 
 | 49 | 	  core driver to communicate with the NFC core of the combo chip. | 
 | 50 |  | 
 | 51 | 	  Say Y here to compile support for Texas Instrument's NFC WiLink driver | 
 | 52 | 	  into the kernel or say M to compile it as module. | 
 | 53 |  | 
| Lauro Ramos Venancio | 3e256b8 | 2011-07-01 19:31:33 -0300 | [diff] [blame] | 54 | endmenu |