xref: /linux/net/nfc/nci/Kconfig (revision 9961127d4bce6325e9a0b0fb105e0c85a6c62cb7)
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).
118a00a61bSFrederic Danis
128a00a61bSFrederic Danisconfig NFC_NCI_SPI
138a00a61bSFrederic Danis	depends on NFC_NCI && SPI
147427b370SFrederic Danis	select CRC_CCITT
158a00a61bSFrederic Danis	bool "NCI over SPI protocol support"
168a00a61bSFrederic Danis	default n
178a00a61bSFrederic Danis	help
188a00a61bSFrederic Danis	  NCI (NFC Controller Interface) is a communication protocol between
198a00a61bSFrederic Danis	  an NFC Controller (NFCC) and a Device Host (DH).
208a00a61bSFrederic Danis
218a00a61bSFrederic Danis	  Say yes if you use an NCI driver that requires SPI link layer.
22*9961127dSVincent Cuissard
23*9961127dSVincent Cuissardconfig NFC_NCI_UART
24*9961127dSVincent Cuissard	depends on NFC_NCI && TTY
25*9961127dSVincent Cuissard	tristate "NCI over UART protocol support"
26*9961127dSVincent Cuissard	default n
27*9961127dSVincent Cuissard	help
28*9961127dSVincent Cuissard	  Say yes if you use an NCI driver that requires UART link layer.
29