xref: /linux/drivers/nfc/microread/Kconfig (revision cfad1ba87150e198be9ea32367a24e500e59de2c)
1*cfad1ba8SEric Lapuyadeconfig NFC_MICROREAD
2*cfad1ba8SEric Lapuyade	tristate "Inside Secure microread NFC driver"
3*cfad1ba8SEric Lapuyade	depends on NFC_HCI
4*cfad1ba8SEric Lapuyade	select CRC_CCITT
5*cfad1ba8SEric Lapuyade	default n
6*cfad1ba8SEric Lapuyade	---help---
7*cfad1ba8SEric Lapuyade	  This module contains the main code for Inside Secure microread
8*cfad1ba8SEric Lapuyade	  NFC chipsets. It implements the chipset HCI logic and hooks into
9*cfad1ba8SEric Lapuyade	  the NFC kernel APIs. Physical layers will register against it.
10*cfad1ba8SEric Lapuyade
11*cfad1ba8SEric Lapuyade	  To compile this driver as a module, choose m here. The module will
12*cfad1ba8SEric Lapuyade	  be called microread.
13*cfad1ba8SEric Lapuyade	  Say N if unsure.
14