Kconfig (dca3a783400a18e2bf4503b1d4a85c4d0ca1a7e4) | Kconfig (4912e2fe74811693703e9b4e21bf36c067643a03) |
---|---|
1config NFC_MICROREAD 2 tristate "Inside Secure microread NFC driver" 3 depends on NFC_HCI 4 select CRC_CCITT 5 default n 6 ---help--- 7 This module contains the main code for Inside Secure microread 8 NFC chipsets. It implements the chipset HCI logic and hooks into --- 11 unchanged lines hidden (view full) --- 20 Inside microread chipsets. Select this if your platform is using 21 the i2c bus. 22 23 If you choose to build a module, it'll be called microread_i2c. 24 Say N if unsure. 25 26config NFC_MICROREAD_MEI 27 tristate "NFC Microread MEI support" | 1config NFC_MICROREAD 2 tristate "Inside Secure microread NFC driver" 3 depends on NFC_HCI 4 select CRC_CCITT 5 default n 6 ---help--- 7 This module contains the main code for Inside Secure microread 8 NFC chipsets. It implements the chipset HCI logic and hooks into --- 11 unchanged lines hidden (view full) --- 20 Inside microread chipsets. Select this if your platform is using 21 the i2c bus. 22 23 If you choose to build a module, it'll be called microread_i2c. 24 Say N if unsure. 25 26config NFC_MICROREAD_MEI 27 tristate "NFC Microread MEI support" |
28 depends on NFC_MICROREAD && INTEL_MEI_BUS_NFC | 28 depends on NFC_MICROREAD && NFC_MEI_PHY |
29 ---help--- 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. 33 34 If you choose to build a module, it'll be called microread_mei. 35 Say N if unsure. | 29 ---help--- 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. 33 34 If you choose to build a module, it'll be called microread_mei. 35 Say N if unsure. |