diff options
author | Eric Lapuyade <eric.lapuyade@linux.intel.com> | 2012-12-18 17:53:53 +0400 |
---|---|---|
committer | Samuel Ortiz <sameo@linux.intel.com> | 2013-02-03 23:37:42 +0400 |
commit | cfad1ba87150e198be9ea32367a24e500e59de2c (patch) | |
tree | dc70c402fb92bfcae71120b6f3cbb859686201d9 /drivers/nfc/microread/Kconfig | |
parent | 2323e6fc62eec19c3454642c0ac4ad42374b40a1 (diff) | |
download | linux-cfad1ba87150e198be9ea32367a24e500e59de2c.tar.xz |
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 @@ +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. |