# SPDX-License-Identifier: GPL-2.0-only config [31mCONFIG_NFC_NCI[0m depends on [31mCONFIG_NFC[0m tristate "NCI protocol support" default n help NCI ([31mCONFIG_NFC[0m Controller Interface) is a communication protocol between an [31mCONFIG_NFC[0m Controller (NFCC) and a Device Host (DH). Say Y here to compile NCI support into the kernel or say [31mCONFIG_M[0m to compile it as module (nci). config [31mCONFIG_NFC_NCI_SPI[0m depends on [31mCONFIG_NFC_NCI[0m && [31mCONFIG_SPI[0m select [31mCONFIG_CRC_CCITT[0m tristate "NCI over SPI protocol support" default n help NCI ([31mCONFIG_NFC[0m Controller Interface) is a communication protocol between an [31mCONFIG_NFC[0m Controller (NFCC) and a Device Host (DH). Say yes if you use an NCI driver that requires [31mCONFIG_SPI[0m link layer. config [31mCONFIG_NFC_NCI_UART[0m depends on [31mCONFIG_NFC_NCI[0m && [31mCONFIG_TTY[0m tristate "NCI over UART protocol support" default n help Say yes if you use an NCI driver that requires UART link layer. |