2 tristate "Inside Secure microread NFC driver"
7 This module contains the main code for Inside Secure microread
8 NFC chipsets. It implements the chipset HCI logic and hooks into
9 the NFC kernel APIs. Physical layers will register against it.
11 To compile this driver as a module, choose m here. The module will
15 config NFC_MICROREAD_I2C
16 tristate "NFC Microread i2c support"
17 depends on NFC_MICROREAD && I2C && NFC_SHDLC
19 This module adds support for the i2c interface of adapters using
20 Inside microread chipsets. Select this if your platform is using
23 If you choose to build a module, it'll be called microread_i2c.
26 config NFC_MICROREAD_MEI
27 tristate "NFC Microread MEI support"
28 depends on NFC_MICROREAD && NFC_MEI_PHY
30 This module adds support for the mei interface of adapters using
31 Inside microread chipsets. Select this if your microread chipset
32 is handled by Intel's Management Engine Interface on your platform.
34 If you choose to build a module, it'll be called microread_mei.