diff options
author | Eric Lapuyade <eric.lapuyade@intel.com> | 2012-04-10 13:43:06 -0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2012-04-12 15:10:34 -0400 |
commit | 8b8d2e08bf0d50193931afd27482a59376b66b2b (patch) | |
tree | 7752d914ca7d89f2f2c00159bb718a53d9980139 /net/nfc/Kconfig | |
parent | e1da0efa2ee71df957b280bcfa41f82ce6986a1d (diff) |
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/Kconfig')
-rw-r--r-- | net/nfc/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/nfc/Kconfig b/net/nfc/Kconfig index 44c865b86d6f..8d8d9bc4b6ff 100644 --- a/net/nfc/Kconfig +++ b/net/nfc/Kconfig | |||
@@ -14,6 +14,7 @@ menuconfig NFC | |||
14 | be called nfc. | 14 | be called nfc. |
15 | 15 | ||
16 | source "net/nfc/nci/Kconfig" | 16 | source "net/nfc/nci/Kconfig" |
17 | source "net/nfc/hci/Kconfig" | ||
17 | source "net/nfc/llcp/Kconfig" | 18 | source "net/nfc/llcp/Kconfig" |
18 | 19 | ||
19 | source "drivers/nfc/Kconfig" | 20 | source "drivers/nfc/Kconfig" |