xref: /linux/net/nfc/nci/Kconfig (revision 6a2968aaf50c7a22fced77a5e24aa636281efca8)
1*6a2968aaSIlan Eliasconfig NFC_NCI
2*6a2968aaSIlan Elias	depends on NFC && EXPERIMENTAL
3*6a2968aaSIlan Elias	tristate "NCI protocol support (EXPERIMENTAL)"
4*6a2968aaSIlan Elias	default n
5*6a2968aaSIlan Elias	help
6*6a2968aaSIlan Elias	  NCI (NFC Controller Interface) is a communication protocol between
7*6a2968aaSIlan Elias	  an NFC Controller (NFCC) and a Device Host (DH).
8*6a2968aaSIlan Elias
9*6a2968aaSIlan Elias	  Say Y here to compile NCI support into the kernel or say M to
10*6a2968aaSIlan Elias	  compile it as module (nci).
11