summaryrefslogtreecommitdiff
path: root/drivers/nfc/microread/Kconfig
blob: 5b89d011d0986d7465de45a49a99e9ef02f5294d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
config NFC_MICROREAD
	tristate "Inside Secure microread NFC driver"
	depends on NFC_HCI
	select CRC_CCITT
	default n
	---help---
	  This module contains the main code for Inside Secure microread
	  NFC chipsets. It implements the chipset HCI logic and hooks into
	  the NFC kernel APIs. Physical layers will register against it.

	  To compile this driver as a module, choose m here. The module will
	  be called microread.
	  Say N if unsure.