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