1 # SPDX-License-Identifier: GPL-2.0-only
6 This module contains the main code for Inside Secure microread
7 NFC chipsets. It implements the chipset HCI logic and hooks into
8 the NFC kernel APIs. Physical layers will register against it.
10 config NFC_MICROREAD_I2C
11 tristate "Inside Secure Microread device support (I2C)"
12 depends on NFC_HCI && I2C && NFC_SHDLC
15 This module adds support for the i2c interface of adapters using
16 Inside microread chipsets. Select this if your platform is using
19 If you choose to build a module, it'll be called microread_i2c.
22 config NFC_MICROREAD_MEI
23 tristate "Inside Secure Microread device support (MEI)"
24 depends on NFC_HCI && NFC_MEI_PHY
27 This module adds support for the mei interface of adapters using
28 Inside microread chipsets. Select this if your microread chipset
29 is handled by Intel's Management Engine Interface on your platform.
31 If you choose to build a module, it'll be called microread_mei.