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