xref: /openbmc/linux/net/nfc/hci/Kconfig (revision a7f7f624)
1ec8f24b7SThomas Gleixner# SPDX-License-Identifier: GPL-2.0-only
28b8d2e08SEric Lapuyadeconfig NFC_HCI
38b8d2e08SEric Lapuyade	depends on NFC
48b8d2e08SEric Lapuyade	tristate "NFC HCI implementation"
58b8d2e08SEric Lapuyade	default n
68b8d2e08SEric Lapuyade	help
78b8d2e08SEric Lapuyade	  Say Y here if you want to build support for a kernel NFC HCI
88b8d2e08SEric Lapuyade	  implementation. This is mostly needed for devices that only process
98b8d2e08SEric Lapuyade	  HCI frames, like for example the NXP pn544.
10eb738fe5SEric Lapuyade
11eb738fe5SEric Lapuyadeconfig NFC_SHDLC
12eb738fe5SEric Lapuyade	depends on NFC_HCI
13f3a138c1SMarcel Holtmann	select CRC_CCITT
14eb738fe5SEric Lapuyade	bool "SHDLC link layer for HCI based NFC drivers"
15eb738fe5SEric Lapuyade	default n
16a7f7f624SMasahiro Yamada	help
17eb738fe5SEric Lapuyade	  Say yes if you use an NFC HCI driver that requires SHDLC link layer.
18eb738fe5SEric Lapuyade	  If unsure, say N here.
19