Back to home page

OSCL-LXR

 
 

    


0001 # SPDX-License-Identifier: GPL-2.0-only
0002 config NFC_HCI
0003         depends on NFC
0004         tristate "NFC HCI implementation"
0005         default n
0006         help
0007           Say Y here if you want to build support for a kernel NFC HCI
0008           implementation. This is mostly needed for devices that only process
0009           HCI frames, like for example the NXP pn544.
0010 
0011 config NFC_SHDLC
0012         depends on NFC_HCI
0013         select CRC_CCITT
0014         bool "SHDLC link layer for HCI based NFC drivers"
0015         default n
0016         help
0017           Say yes if you use an NFC HCI driver that requires SHDLC link layer.
0018           If unsure, say N here.