xref: /linux/drivers/nfc/microread/Kconfig (revision e0af11fa0df30bc645e6abb4d3ddc7ed05af0451)
1cfad1ba8SEric Lapuyadeconfig NFC_MICROREAD
2cfad1ba8SEric Lapuyade	tristate "Inside Secure microread NFC driver"
3cfad1ba8SEric Lapuyade	depends on NFC_HCI
4cfad1ba8SEric Lapuyade	select CRC_CCITT
5cfad1ba8SEric Lapuyade	default n
6cfad1ba8SEric Lapuyade	---help---
7cfad1ba8SEric Lapuyade	  This module contains the main code for Inside Secure microread
8cfad1ba8SEric Lapuyade	  NFC chipsets. It implements the chipset HCI logic and hooks into
9cfad1ba8SEric Lapuyade	  the NFC kernel APIs. Physical layers will register against it.
10cfad1ba8SEric Lapuyade
11cfad1ba8SEric Lapuyade	  To compile this driver as a module, choose m here. The module will
12cfad1ba8SEric Lapuyade	  be called microread.
13cfad1ba8SEric Lapuyade	  Say N if unsure.
1471054c7dSSamuel Ortiz
1571054c7dSSamuel Ortizconfig NFC_MICROREAD_I2C
1671054c7dSSamuel Ortiz	tristate "NFC Microread i2c support"
1771054c7dSSamuel Ortiz	depends on NFC_MICROREAD && I2C && NFC_SHDLC
1871054c7dSSamuel Ortiz	---help---
1971054c7dSSamuel Ortiz	  This module adds support for the i2c interface of adapters using
2071054c7dSSamuel Ortiz	  Inside microread chipsets.  Select this if your platform is using
2171054c7dSSamuel Ortiz	  the i2c bus.
2271054c7dSSamuel Ortiz
2371054c7dSSamuel Ortiz	  If you choose to build a module, it'll be called microread_i2c.
2471054c7dSSamuel Ortiz	  Say N if unsure.
25*e0af11faSSamuel Ortiz
26*e0af11faSSamuel Ortizconfig NFC_MICROREAD_MEI
27*e0af11faSSamuel Ortiz	tristate "NFC Microread MEI support"
28*e0af11faSSamuel Ortiz	depends on NFC_MICROREAD && INTEL_MEI_BUS_NFC
29*e0af11faSSamuel Ortiz	---help---
30*e0af11faSSamuel Ortiz	  This module adds support for the mei interface of adapters using
31*e0af11faSSamuel Ortiz	  Inside microread chipsets.  Select this if your microread chipset
32*e0af11faSSamuel Ortiz	  is handled by Intel's Management Engine Interface on your platform.
33*e0af11faSSamuel Ortiz
34*e0af11faSSamuel Ortiz	  If you choose to build a module, it'll be called microread_mei.
35*e0af11faSSamuel Ortiz	  Say N if unsure.
36