diff options
author | Eric Lapuyade <eric.lapuyade@intel.com> | 2012-05-07 06:31:29 -0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2012-05-15 17:30:30 -0400 |
commit | bbed0deefbb4bb1ab09e0dbc29e00fda86bb7838 (patch) | |
tree | 7199c66beb6473acf51360f1ecc9f40db2d6d168 /drivers/nfc/Kconfig | |
parent | e5fe4cf8ee2bf15c0f44f9eba06147cdddbddf6d (diff) |
NFC: HCI based pn544 driver
This is an NFC driver for NXP pn544.
Unlike pn544.c, this one is based on the NFC HCI and SHDLC kernel layers.
Signed-off-by: Eric Lapuyade <eric.lapuyade@intel.com>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/nfc/Kconfig')
-rw-r--r-- | drivers/nfc/Kconfig | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/drivers/nfc/Kconfig b/drivers/nfc/Kconfig index 5af959274d4e..3b20b73ee649 100644 --- a/drivers/nfc/Kconfig +++ b/drivers/nfc/Kconfig | |||
@@ -17,6 +17,19 @@ config PN544_NFC | |||
17 | To compile this driver as a module, choose m here. The module will | 17 | To compile this driver as a module, choose m here. The module will |
18 | be called pn544. | 18 | be called pn544. |
19 | 19 | ||
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 | |||
20 | config NFC_PN533 | 33 | config NFC_PN533 |
21 | tristate "NXP PN533 USB driver" | 34 | tristate "NXP PN533 USB driver" |
22 | depends on USB | 35 | depends on USB |