xref: /openbmc/linux/drivers/nfc/microread/Kconfig (revision 04831ae4)
1cfad1ba8SEric Lapuyadeconfig NFC_MICROREAD
204831ae4SJean Delvare	tristate
3cfad1ba8SEric Lapuyade	select CRC_CCITT
4cfad1ba8SEric Lapuyade	---help---
5cfad1ba8SEric Lapuyade	  This module contains the main code for Inside Secure microread
6cfad1ba8SEric Lapuyade	  NFC chipsets. It implements the chipset HCI logic and hooks into
7cfad1ba8SEric Lapuyade	  the NFC kernel APIs. Physical layers will register against it.
8cfad1ba8SEric Lapuyade
971054c7dSSamuel Ortizconfig NFC_MICROREAD_I2C
1004831ae4SJean Delvare	tristate "Inside Secure Microread device support (I2C)"
1104831ae4SJean Delvare	depends on NFC_HCI && I2C && NFC_SHDLC
1204831ae4SJean Delvare	select NFC_MICROREAD
1371054c7dSSamuel Ortiz	---help---
1471054c7dSSamuel Ortiz	  This module adds support for the i2c interface of adapters using
1571054c7dSSamuel Ortiz	  Inside microread chipsets.  Select this if your platform is using
1671054c7dSSamuel Ortiz	  the i2c bus.
1771054c7dSSamuel Ortiz
1871054c7dSSamuel Ortiz	  If you choose to build a module, it'll be called microread_i2c.
1971054c7dSSamuel Ortiz	  Say N if unsure.
20e0af11faSSamuel Ortiz
21e0af11faSSamuel Ortizconfig NFC_MICROREAD_MEI
2204831ae4SJean Delvare	tristate "Inside Secure Microread device support (MEI)"
2304831ae4SJean Delvare	depends on NFC_HCI && NFC_MEI_PHY
2404831ae4SJean Delvare	select NFC_MICROREAD
25e0af11faSSamuel Ortiz	---help---
26e0af11faSSamuel Ortiz	  This module adds support for the mei interface of adapters using
27e0af11faSSamuel Ortiz	  Inside microread chipsets.  Select this if your microread chipset
28e0af11faSSamuel Ortiz	  is handled by Intel's Management Engine Interface on your platform.
29e0af11faSSamuel Ortiz
30e0af11faSSamuel Ortiz	  If you choose to build a module, it'll be called microread_mei.
31e0af11faSSamuel Ortiz	  Say N if unsure.
32