blob: 17213a6362b489324d4376fef6a40e0d78d8bc32 [file] [log] [blame]
Eric Lapuyade8b8d2e02012-04-10 19:43:06 +02001config 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 Lapuyadeeb738fe2012-04-10 19:43:07 +02009
10config NFC_SHDLC
11 depends on NFC_HCI
12 bool "SHDLC link layer for HCI based NFC drivers"
13 default n
14 ---help---
15 Say yes if you use an NFC HCI driver that requires SHDLC link layer.
16 If unsure, say N here.