-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
NFC: Initial support for Inside Secure microread
Inside Secure microread is an HCI based NFC chipset. This initial support includes reader and p2p (Target and initiator) modes. Signed-off-by: Eric Lapuyade <eric.lapuyade@intel.com> Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
- Loading branch information
Eric Lapuyade
authored and
Samuel Ortiz
committed
Feb 3, 2013
1 parent
2323e6f
commit cfad1ba
Showing
7 changed files
with
816 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
# | ||
# Makefile for Microread HCI based NFC driver | ||
# | ||
|
||
obj-$(CONFIG_NFC_MICROREAD) += microread.o |
Oops, something went wrong.