162306a36Sopenharmony_ci# SPDX-License-Identifier: GPL-2.0-only 262306a36Sopenharmony_ciconfig NFC_MICROREAD 362306a36Sopenharmony_ci tristate 462306a36Sopenharmony_ci select CRC_CCITT 562306a36Sopenharmony_ci help 662306a36Sopenharmony_ci This module contains the main code for Inside Secure microread 762306a36Sopenharmony_ci NFC chipsets. It implements the chipset HCI logic and hooks into 862306a36Sopenharmony_ci the NFC kernel APIs. Physical layers will register against it. 962306a36Sopenharmony_ci 1062306a36Sopenharmony_ciconfig NFC_MICROREAD_I2C 1162306a36Sopenharmony_ci tristate "Inside Secure Microread device support (I2C)" 1262306a36Sopenharmony_ci depends on NFC_HCI && I2C && NFC_SHDLC 1362306a36Sopenharmony_ci select NFC_MICROREAD 1462306a36Sopenharmony_ci help 1562306a36Sopenharmony_ci This module adds support for the i2c interface of adapters using 1662306a36Sopenharmony_ci Inside microread chipsets. Select this if your platform is using 1762306a36Sopenharmony_ci the i2c bus. 1862306a36Sopenharmony_ci 1962306a36Sopenharmony_ci If you choose to build a module, it'll be called microread_i2c. 2062306a36Sopenharmony_ci Say N if unsure. 2162306a36Sopenharmony_ci 2262306a36Sopenharmony_ciconfig NFC_MICROREAD_MEI 2362306a36Sopenharmony_ci tristate "Inside Secure Microread device support (MEI)" 2462306a36Sopenharmony_ci depends on NFC_HCI && NFC_MEI_PHY 2562306a36Sopenharmony_ci select NFC_MICROREAD 2662306a36Sopenharmony_ci help 2762306a36Sopenharmony_ci This module adds support for the mei interface of adapters using 2862306a36Sopenharmony_ci Inside microread chipsets. Select this if your microread chipset 2962306a36Sopenharmony_ci is handled by Intel's Management Engine Interface on your platform. 3062306a36Sopenharmony_ci 3162306a36Sopenharmony_ci If you choose to build a module, it'll be called microread_mei. 3262306a36Sopenharmony_ci Say N if unsure. 33