xref: /linux/net/nfc/nci/Kconfig (revision 8a00a61b0ef2bfd1b468dd20c0d0b1a94a8f7475)
16a2968aaSIlan Eliasconfig NFC_NCI
2f1522188SKees Cook	depends on NFC
3f1522188SKees Cook	tristate "NCI protocol support"
46a2968aaSIlan Elias	default n
56a2968aaSIlan Elias	help
66a2968aaSIlan Elias	  NCI (NFC Controller Interface) is a communication protocol between
76a2968aaSIlan Elias	  an NFC Controller (NFCC) and a Device Host (DH).
86a2968aaSIlan Elias
96a2968aaSIlan Elias	  Say Y here to compile NCI support into the kernel or say M to
106a2968aaSIlan Elias	  compile it as module (nci).
11*8a00a61bSFrederic Danis
12*8a00a61bSFrederic Danisconfig NFC_NCI_SPI
13*8a00a61bSFrederic Danis	depends on NFC_NCI && SPI
14*8a00a61bSFrederic Danis	bool "NCI over SPI protocol support"
15*8a00a61bSFrederic Danis	default n
16*8a00a61bSFrederic Danis	help
17*8a00a61bSFrederic Danis	  NCI (NFC Controller Interface) is a communication protocol between
18*8a00a61bSFrederic Danis	  an NFC Controller (NFCC) and a Device Host (DH).
19*8a00a61bSFrederic Danis
20*8a00a61bSFrederic Danis	  Say yes if you use an NCI driver that requires SPI link layer.
21