.. | .. |
---|
| 1 | +# SPDX-License-Identifier: GPL-2.0-only |
---|
1 | 2 | config NFC_MICROREAD |
---|
2 | 3 | tristate |
---|
3 | 4 | select CRC_CCITT |
---|
4 | | - ---help--- |
---|
| 5 | + help |
---|
5 | 6 | This module contains the main code for Inside Secure microread |
---|
6 | 7 | NFC chipsets. It implements the chipset HCI logic and hooks into |
---|
7 | 8 | the NFC kernel APIs. Physical layers will register against it. |
---|
.. | .. |
---|
10 | 11 | tristate "Inside Secure Microread device support (I2C)" |
---|
11 | 12 | depends on NFC_HCI && I2C && NFC_SHDLC |
---|
12 | 13 | select NFC_MICROREAD |
---|
13 | | - ---help--- |
---|
| 14 | + help |
---|
14 | 15 | This module adds support for the i2c interface of adapters using |
---|
15 | 16 | Inside microread chipsets. Select this if your platform is using |
---|
16 | 17 | the i2c bus. |
---|
.. | .. |
---|
22 | 23 | tristate "Inside Secure Microread device support (MEI)" |
---|
23 | 24 | depends on NFC_HCI && NFC_MEI_PHY |
---|
24 | 25 | select NFC_MICROREAD |
---|
25 | | - ---help--- |
---|
| 26 | + help |
---|
26 | 27 | This module adds support for the mei interface of adapters using |
---|
27 | 28 | Inside microread chipsets. Select this if your microread chipset |
---|
28 | 29 | is handled by Intel's Management Engine Interface on your platform. |
---|