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