hc
2023-12-11 d2ccde1c8e90d38cee87a1b0309ad2827f3fd30d
kernel/drivers/nfc/microread/Kconfig
....@@ -1,7 +1,8 @@
1
+# SPDX-License-Identifier: GPL-2.0-only
12 config NFC_MICROREAD
23 tristate
34 select CRC_CCITT
4
- ---help---
5
+ help
56 This module contains the main code for Inside Secure microread
67 NFC chipsets. It implements the chipset HCI logic and hooks into
78 the NFC kernel APIs. Physical layers will register against it.
....@@ -10,7 +11,7 @@
1011 tristate "Inside Secure Microread device support (I2C)"
1112 depends on NFC_HCI && I2C && NFC_SHDLC
1213 select NFC_MICROREAD
13
- ---help---
14
+ help
1415 This module adds support for the i2c interface of adapters using
1516 Inside microread chipsets. Select this if your platform is using
1617 the i2c bus.
....@@ -22,7 +23,7 @@
2223 tristate "Inside Secure Microread device support (MEI)"
2324 depends on NFC_HCI && NFC_MEI_PHY
2425 select NFC_MICROREAD
25
- ---help---
26
+ help
2627 This module adds support for the mei interface of adapters using
2728 Inside microread chipsets. Select this if your microread chipset
2829 is handled by Intel's Management Engine Interface on your platform.