# SPDX-License-Identifier: GPL-2.0-only config [31mCONFIG_NFC_MICROREAD[0m tristate select [31mCONFIG_CRC_CCITT[0m ---help--- This module contains the main code for Inside Secure microread [31mCONFIG_NFC[0m chipsets. It implements the chipset HCI logic and hooks into the [31mCONFIG_NFC[0m kernel APIs. Physical layers will register against it. config [31mCONFIG_NFC_MICROREAD_I2C[0m tristate "Inside Secure Microread device support (I2C)" depends on [31mCONFIG_NFC_HCI[0m && [31mCONFIG_I2C[0m && [31mCONFIG_NFC_SHDLC[0m select [31mCONFIG_NFC_MICROREAD[0m ---help--- This module adds support for the i2c interface of adapters using Inside microread chipsets. Select this if your platform is using the i2c bus. If you choose to build a module, it'll be called microread_i2c. Say N if unsure. config [31mCONFIG_NFC_MICROREAD_MEI[0m tristate "Inside Secure Microread device support (MEI)" depends on [31mCONFIG_NFC_HCI[0m && [31mCONFIG_NFC_MEI_PHY[0m select [31mCONFIG_NFC_MICROREAD[0m ---help--- This module adds support for the mei interface of adapters using Inside microread chipsets. Select this if your microread chipset is handled by Intel's Management Engine Interface on your platform. If you choose to build a module, it'll be called microread_mei. Say N if unsure. |