diff options
author | Ilan Elias <ilane@ti.com> | 2011-09-18 10:19:35 +0200 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2011-09-20 20:43:49 +0200 |
commit | 6a2968aaf50c7a22fced77a5e24aa636281efca8 (patch) | |
tree | c3c9691da86f90d1eb13ee75e36189faad553496 /net/nfc/Kconfig | |
parent | NFC: move nfc.h from include/net to include/net/nfc (diff) | |
download | linux-6a2968aaf50c7a22fced77a5e24aa636281efca8.tar.xz linux-6a2968aaf50c7a22fced77a5e24aa636281efca8.zip |
NFC: basic NCI protocol implementation
The NFC Controller Interface (NCI) is a standard
communication protocol between an NFC Controller (NFCC)
and a Device Host (DH), defined by the NFC Forum.
Signed-off-by: Ilan Elias <ilane@ti.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'net/nfc/Kconfig')
-rw-r--r-- | net/nfc/Kconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net/nfc/Kconfig b/net/nfc/Kconfig index 33e095b124b3..58cddadf8e8e 100644 --- a/net/nfc/Kconfig +++ b/net/nfc/Kconfig @@ -13,4 +13,6 @@ menuconfig NFC To compile this support as a module, choose M here: the module will be called nfc. +source "net/nfc/nci/Kconfig" + source "drivers/nfc/Kconfig" |