^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1) # SPDX-License-Identifier: GPL-2.0-only
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 2) config NFC_HCI
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 3) depends on NFC
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 4) tristate "NFC HCI implementation"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 5) default n
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 6) help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 7) Say Y here if you want to build support for a kernel NFC HCI
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 8) implementation. This is mostly needed for devices that only process
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 9) HCI frames, like for example the NXP pn544.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 10)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 11) config NFC_SHDLC
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 12) depends on NFC_HCI
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 13) select CRC_CCITT
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 14) bool "SHDLC link layer for HCI based NFC drivers"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 15) default n
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 16) help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 17) Say yes if you use an NFC HCI driver that requires SHDLC link layer.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 18) If unsure, say N here.