aboutsummaryrefslogtreecommitdiffstats
path: root/net/nfc/nci/Kconfig
diff options
context:
space:
mode:
authorIlan Elias <ilane@ti.com>2011-09-18 11:19:35 +0300
committerJohn W. Linville <linville@tuxdriver.com>2011-09-20 14:43:49 -0400
commit6a2968aaf50c7a22fced77a5e24aa636281efca8 (patch)
treec3c9691da86f90d1eb13ee75e36189faad553496 /net/nfc/nci/Kconfig
parentNFC: move nfc.h from include/net to include/net/nfc (diff)
downloadlinux-dev-6a2968aaf50c7a22fced77a5e24aa636281efca8.tar.xz
linux-dev-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/nci/Kconfig')
-rw-r--r--net/nfc/nci/Kconfig10
1 files changed, 10 insertions, 0 deletions
diff --git a/net/nfc/nci/Kconfig b/net/nfc/nci/Kconfig
new file mode 100644
index 000000000000..decdc49b26d8
--- /dev/null
+++ b/net/nfc/nci/Kconfig
@@ -0,0 +1,10 @@
+config NFC_NCI
+ depends on NFC && EXPERIMENTAL
+ tristate "NCI protocol support (EXPERIMENTAL)"
+ default n
+ help
+ NCI (NFC Controller Interface) is a communication protocol between
+ an NFC Controller (NFCC) and a Device Host (DH).
+
+ Say Y here to compile NCI support into the kernel or say M to
+ compile it as module (nci).