xref: /openbmc/linux/drivers/nfc/microread/Kconfig (revision 71054c7d)
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