xref: /openbmc/linux/net/nfc/nci/Kconfig (revision fcd9d046)
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
15fcd9d046SVincent Cuissard	tristate "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.
229961127dSVincent Cuissard
239961127dSVincent Cuissardconfig NFC_NCI_UART
249961127dSVincent Cuissard	depends on NFC_NCI && TTY
259961127dSVincent Cuissard	tristate "NCI over UART protocol support"
269961127dSVincent Cuissard	default n
279961127dSVincent Cuissard	help
289961127dSVincent Cuissard	  Say yes if you use an NCI driver that requires UART link layer.
29