Eric Lapuyade | 8b8d2e0 | 2012-04-10 19:43:06 +0200 | [diff] [blame] | 1 | config NFC_HCI |
| 2 | depends on NFC |
| 3 | tristate "NFC HCI implementation" |
| 4 | default n |
| 5 | help |
| 6 | Say Y here if you want to build support for a kernel NFC HCI |
| 7 | implementation. This is mostly needed for devices that only process |
| 8 | HCI frames, like for example the NXP pn544. |
Eric Lapuyade | eb738fe | 2012-04-10 19:43:07 +0200 | [diff] [blame] | 9 | |
| 10 | config NFC_SHDLC |
| 11 | depends on NFC_HCI |
Marcel Holtmann | f3a138c | 2012-05-03 07:12:48 +0200 | [diff] [blame] | 12 | select CRC_CCITT |
Eric Lapuyade | eb738fe | 2012-04-10 19:43:07 +0200 | [diff] [blame] | 13 | bool "SHDLC link layer for HCI based NFC drivers" |
| 14 | default n |
| 15 | ---help--- |
| 16 | Say yes if you use an NFC HCI driver that requires SHDLC link layer. |
| 17 | If unsure, say N here. |