diff options
author | Eric Lapuyade <eric.lapuyade@intel.com> | 2012-04-10 19:43:06 +0200 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2012-04-12 15:10:34 -0400 |
commit | 8b8d2e08bf0d50193931afd27482a59376b66b2b (patch) | |
tree | 7752d914ca7d89f2f2c00159bb718a53d9980139 /net/nfc/hci/Kconfig | |
parent | e1da0efa2ee71df957b280bcfa41f82ce6986a1d (diff) | |
download | linux-8b8d2e08bf0d50193931afd27482a59376b66b2b.tar.gz linux-8b8d2e08bf0d50193931afd27482a59376b66b2b.tar.bz2 linux-8b8d2e08bf0d50193931afd27482a59376b66b2b.zip |
NFC: HCI support
This is an implementation of ETSI TS 102 622 specification.
Many NFC chipsets use HCI as the host <-> target protocol on top of a
serial link like i2c.
Signed-off-by: Eric Lapuyade <eric.lapuyade@intel.com>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'net/nfc/hci/Kconfig')
-rw-r--r-- | net/nfc/hci/Kconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/net/nfc/hci/Kconfig b/net/nfc/hci/Kconfig new file mode 100644 index 000000000000..c32d2d4a9635 --- /dev/null +++ b/net/nfc/hci/Kconfig @@ -0,0 +1,8 @@ +config NFC_HCI + depends on NFC + tristate "NFC HCI implementation" + default n + help + Say Y here if you want to build support for a kernel NFC HCI + implementation. This is mostly needed for devices that only process + HCI frames, like for example the NXP pn544. |