summaryrefslogtreecommitdiffstats
path: root/net/nfc/nci/Kconfig
blob: 67f7b64204c0eef5791c08aba0a0b6e54f5106b6 (plain)
1
2
3
4
5
6
7
8
9
10
11
config NFC_NCI
	depends on NFC
	tristate "NCI protocol support"
	depends on m
	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).