Eric Lapuyade | cfad1ba | 2012-12-18 14:53:53 +0100 | [diff] [blame] | 1 | config NFC_MICROREAD |
Jean Delvare | 04831ae | 2015-09-25 10:52:26 +0200 | [diff] [blame] | 2 | tristate |
Eric Lapuyade | cfad1ba | 2012-12-18 14:53:53 +0100 | [diff] [blame] | 3 | select CRC_CCITT |
Eric Lapuyade | cfad1ba | 2012-12-18 14:53:53 +0100 | [diff] [blame] | 4 | ---help--- |
| 5 | This module contains the main code for Inside Secure microread |
| 6 | NFC chipsets. It implements the chipset HCI logic and hooks into |
| 7 | the NFC kernel APIs. Physical layers will register against it. |
| 8 | |
Samuel Ortiz | 71054c7 | 2012-12-18 14:56:15 +0100 | [diff] [blame] | 9 | config NFC_MICROREAD_I2C |
Jean Delvare | 04831ae | 2015-09-25 10:52:26 +0200 | [diff] [blame] | 10 | tristate "Inside Secure Microread device support (I2C)" |
| 11 | depends on NFC_HCI && I2C && NFC_SHDLC |
| 12 | select NFC_MICROREAD |
Samuel Ortiz | 71054c7 | 2012-12-18 14:56:15 +0100 | [diff] [blame] | 13 | ---help--- |
| 14 | This module adds support for the i2c interface of adapters using |
| 15 | Inside microread chipsets. Select this if your platform is using |
| 16 | the i2c bus. |
| 17 | |
| 18 | If you choose to build a module, it'll be called microread_i2c. |
| 19 | Say N if unsure. |
Samuel Ortiz | e0af11f | 2013-01-14 20:35:22 +0100 | [diff] [blame] | 20 | |
| 21 | config NFC_MICROREAD_MEI |
Jean Delvare | 04831ae | 2015-09-25 10:52:26 +0200 | [diff] [blame] | 22 | tristate "Inside Secure Microread device support (MEI)" |
| 23 | depends on NFC_HCI && NFC_MEI_PHY |
| 24 | select NFC_MICROREAD |
Samuel Ortiz | e0af11f | 2013-01-14 20:35:22 +0100 | [diff] [blame] | 25 | ---help--- |
| 26 | This module adds support for the mei interface of adapters using |
| 27 | Inside microread chipsets. Select this if your microread chipset |
| 28 | is handled by Intel's Management Engine Interface on your platform. |
| 29 | |
| 30 | If you choose to build a module, it'll be called microread_mei. |
| 31 | Say N if unsure. |