diff options
author | Eric Lapuyade <eric.lapuyade@linux.intel.com> | 2012-12-18 08:53:53 -0500 |
---|---|---|
committer | Samuel Ortiz <sameo@linux.intel.com> | 2013-02-03 14:37:42 -0500 |
commit | cfad1ba87150e198be9ea32367a24e500e59de2c (patch) | |
tree | dc70c402fb92bfcae71120b6f3cbb859686201d9 /drivers/nfc/microread/Kconfig | |
parent | 2323e6fc62eec19c3454642c0ac4ad42374b40a1 (diff) |
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>
Diffstat (limited to 'drivers/nfc/microread/Kconfig')
-rw-r--r-- | drivers/nfc/microread/Kconfig | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/drivers/nfc/microread/Kconfig b/drivers/nfc/microread/Kconfig new file mode 100644 index 000000000000..5b89d011d098 --- /dev/null +++ b/drivers/nfc/microread/Kconfig | |||
@@ -0,0 +1,13 @@ | |||
1 | config 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. | ||