summaryrefslogtreecommitdiffstats
path: root/drivers/nfc/microread/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/nfc/microread/Kconfig')
-rw-r--r--drivers/nfc/microread/Kconfig13
1 files changed, 13 insertions, 0 deletions
diff --git a/drivers/nfc/microread/Kconfig b/drivers/nfc/microread/Kconfig
new file mode 100644
index 0000000..5b89d01
--- /dev/null
+++ b/drivers/nfc/microread/Kconfig
@@ -0,0 +1,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.
OpenPOWER on IntegriCloud