1 # SPDX-License-Identifier: GPL-2.0-only << 2 config NFC_HCI 1 config NFC_HCI 3 depends on NFC !! 2 depends on NFC 4 tristate "NFC HCI implementation" !! 3 tristate "NFC HCI implementation" 5 default n !! 4 default n 6 help !! 5 help 7 Say Y here if you want to build supp !! 6 Say Y here if you want to build support for a kernel NFC HCI 8 implementation. This is mostly neede !! 7 implementation. This is mostly needed for devices that only process 9 HCI frames, like for example the NXP !! 8 HCI frames, like for example the NXP pn544. 10 9 11 config NFC_SHDLC 10 config NFC_SHDLC 12 depends on NFC_HCI 11 depends on NFC_HCI 13 select CRC_CCITT 12 select CRC_CCITT 14 bool "SHDLC link layer for HCI based N 13 bool "SHDLC link layer for HCI based NFC drivers" 15 default n 14 default n 16 help !! 15 ---help--- 17 Say yes if you use an NFC HCI driver 16 Say yes if you use an NFC HCI driver that requires SHDLC link layer. 18 If unsure, say N here. 17 If unsure, say N here.
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.