1 # SPDX-License-Identifier: GPL-2.0-only
4 tristate "NCI protocol support"
7 NCI (NFC Controller Interface) is a communication protocol between
8 an NFC Controller (NFCC) and a Device Host (DH).
10 Say Y here to compile NCI support into the kernel or say M to
11 compile it as module (nci).
14 depends on NFC_NCI && SPI
16 tristate "NCI over SPI protocol support"
19 NCI (NFC Controller Interface) is a communication protocol between
20 an NFC Controller (NFCC) and a Device Host (DH).
22 Say yes if you use an NCI driver that requires SPI link layer.
25 depends on NFC_NCI && TTY
26 tristate "NCI over UART protocol support"
29 Say yes if you use an NCI driver that requires UART link layer.