hc
2023-12-11 d2ccde1c8e90d38cee87a1b0309ad2827f3fd30d
kernel/net/nfc/hci/Kconfig
....@@ -1,17 +1,18 @@
1
+# SPDX-License-Identifier: GPL-2.0-only
12 config NFC_HCI
2
- depends on NFC
3
- tristate "NFC HCI implementation"
4
- default n
5
- help
6
- Say Y here if you want to build support for a kernel NFC HCI
7
- implementation. This is mostly needed for devices that only process
8
- HCI frames, like for example the NXP pn544.
3
+ depends on NFC
4
+ tristate "NFC HCI implementation"
5
+ default n
6
+ help
7
+ Say Y here if you want to build support for a kernel NFC HCI
8
+ implementation. This is mostly needed for devices that only process
9
+ HCI frames, like for example the NXP pn544.
910
1011 config NFC_SHDLC
1112 depends on NFC_HCI
1213 select CRC_CCITT
1314 bool "SHDLC link layer for HCI based NFC drivers"
1415 default n
15
- ---help---
16
+ help
1617 Say yes if you use an NFC HCI driver that requires SHDLC link layer.
1718 If unsure, say N here.