]> git.proxmox.com Git - mirror_ubuntu-kernels.git/blame - drivers/nfc/microread/Kconfig
treewide: Add SPDX license identifier - Makefile/Kconfig
[mirror_ubuntu-kernels.git] / drivers / nfc / microread / Kconfig
CommitLineData
ec8f24b7 1# SPDX-License-Identifier: GPL-2.0-only
cfad1ba8 2config NFC_MICROREAD
04831ae4 3 tristate
cfad1ba8 4 select CRC_CCITT
cfad1ba8
EL
5 ---help---
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.
9
71054c7d 10config NFC_MICROREAD_I2C
04831ae4
JD
11 tristate "Inside Secure Microread device support (I2C)"
12 depends on NFC_HCI && I2C && NFC_SHDLC
13 select NFC_MICROREAD
71054c7d
SO
14 ---help---
15 This module adds support for the i2c interface of adapters using
16 Inside microread chipsets. Select this if your platform is using
17 the i2c bus.
18
19 If you choose to build a module, it'll be called microread_i2c.
20 Say N if unsure.
e0af11fa
SO
21
22config NFC_MICROREAD_MEI
04831ae4
JD
23 tristate "Inside Secure Microread device support (MEI)"
24 depends on NFC_HCI && NFC_MEI_PHY
25 select NFC_MICROREAD
e0af11fa
SO
26 ---help---
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.
30
31 If you choose to build a module, it'll be called microread_mei.
32 Say N if unsure.