xref: /linux/drivers/nfc/microread/Kconfig (revision 71054c7db161b5947de8c2bcb02d5934cbddb722)
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.
14*71054c7dSSamuel Ortiz
15*71054c7dSSamuel Ortizconfig NFC_MICROREAD_I2C
16*71054c7dSSamuel Ortiz	tristate "NFC Microread i2c support"
17*71054c7dSSamuel Ortiz	depends on NFC_MICROREAD && I2C && NFC_SHDLC
18*71054c7dSSamuel Ortiz	---help---
19*71054c7dSSamuel Ortiz	  This module adds support for the i2c interface of adapters using
20*71054c7dSSamuel Ortiz	  Inside microread chipsets.  Select this if your platform is using
21*71054c7dSSamuel Ortiz	  the i2c bus.
22*71054c7dSSamuel Ortiz
23*71054c7dSSamuel Ortiz	  If you choose to build a module, it'll be called microread_i2c.
24*71054c7dSSamuel Ortiz	  Say N if unsure.
25