Kconfig (27eb2c4b3d3e13f376a359e293c212a2e9407af5) Kconfig (04831ae41c034db2e2922c460cc818c4a1f6e7e0)
1config NFC_MICROREAD
1config NFC_MICROREAD
2 tristate "Inside Secure microread NFC driver"
3 depends on NFC_HCI
2 tristate
4 select CRC_CCITT
3 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
9 the NFC kernel APIs. Physical layers will register against it.
10
4 ---help---
5 This module contains the main code for Inside Secure microread
6 NFC chipsets. It implements the chipset HCI logic and hooks into
7 the NFC kernel APIs. Physical layers will register against it.
8
11 To compile this driver as a module, choose m here. The module will
12 be called microread.
13 Say N if unsure.
14
15config NFC_MICROREAD_I2C
9config NFC_MICROREAD_I2C
16 tristate "NFC Microread i2c support"
17 depends on NFC_MICROREAD && I2C && NFC_SHDLC
10 tristate "Inside Secure Microread device support (I2C)"
11 depends on NFC_HCI && I2C && NFC_SHDLC
12 select NFC_MICROREAD
18 ---help---
19 This module adds support for the i2c interface of adapters using
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
13 ---help---
14 This module adds support for the i2c interface of adapters using
15 Inside microread chipsets. Select this if your platform is using
16 the i2c bus.
17
18 If you choose to build a module, it'll be called microread_i2c.
19 Say N if unsure.
20
21config NFC_MICROREAD_MEI
27 tristate "NFC Microread MEI support"
28 depends on NFC_MICROREAD && NFC_MEI_PHY
22 tristate "Inside Secure Microread device support (MEI)"
23 depends on NFC_HCI && NFC_MEI_PHY
24 select NFC_MICROREAD
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.
25 ---help---
26 This module adds support for the mei interface of adapters using
27 Inside microread chipsets. Select this if your microread chipset
28 is handled by Intel's Management Engine Interface on your platform.
29
30 If you choose to build a module, it'll be called microread_mei.
31 Say N if unsure.