162306a36Sopenharmony_ci# SPDX-License-Identifier: GPL-2.0-only 262306a36Sopenharmony_ciconfig NFC_HCI 362306a36Sopenharmony_ci depends on NFC 462306a36Sopenharmony_ci tristate "NFC HCI implementation" 562306a36Sopenharmony_ci default n 662306a36Sopenharmony_ci help 762306a36Sopenharmony_ci Say Y here if you want to build support for a kernel NFC HCI 862306a36Sopenharmony_ci implementation. This is mostly needed for devices that only process 962306a36Sopenharmony_ci HCI frames, like for example the NXP pn544. 1062306a36Sopenharmony_ci 1162306a36Sopenharmony_ciconfig NFC_SHDLC 1262306a36Sopenharmony_ci depends on NFC_HCI 1362306a36Sopenharmony_ci select CRC_CCITT 1462306a36Sopenharmony_ci bool "SHDLC link layer for HCI based NFC drivers" 1562306a36Sopenharmony_ci default n 1662306a36Sopenharmony_ci help 1762306a36Sopenharmony_ci Say yes if you use an NFC HCI driver that requires SHDLC link layer. 1862306a36Sopenharmony_ci If unsure, say N here. 19