# SPDX-License-Identifier: GPL-2.0-only config [31mCONFIG_NFC_HCI[0m depends on [31mCONFIG_NFC[0m tristate "NFC HCI implementation" default n help Say Y here if you want to build support for a kernel [31mCONFIG_NFC[0m HCI implementation. This is mostly needed for devices that only process HCI frames, like for example the NXP pn544. config [31mCONFIG_NFC_SHDLC[0m depends on [31mCONFIG_NFC_HCI[0m select [31mCONFIG_CRC_CCITT[0m bool "SHDLC link layer for HCI based NFC drivers" default n ---help--- Say yes if you use an [31mCONFIG_NFC[0m HCI driver that requires SHDLC link layer. If unsure, say N here. |