0001 # SPDX-License-Identifier: GPL-2.0-only
0002 config NFC_NCI
0003 depends on NFC
0004 tristate "NCI protocol support"
0005 default n
0006 help
0007 NCI (NFC Controller Interface) is a communication protocol between
0008 an NFC Controller (NFCC) and a Device Host (DH).
0009
0010 Say Y here to compile NCI support into the kernel or say M to
0011 compile it as module (nci).
0012
0013 config NFC_NCI_SPI
0014 depends on NFC_NCI && SPI
0015 select CRC_CCITT
0016 tristate "NCI over SPI protocol support"
0017 default n
0018 help
0019 NCI (NFC Controller Interface) is a communication protocol between
0020 an NFC Controller (NFCC) and a Device Host (DH).
0021
0022 Say yes if you use an NCI driver that requires SPI link layer.
0023
0024 config NFC_NCI_UART
0025 depends on NFC_NCI && TTY
0026 tristate "NCI over UART protocol support"
0027 default n
0028 help
0029 Say yes if you use an NCI driver that requires UART link layer.